From 9a63edd7db2d9100dc727f00643af804742bf0ba Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 23 Sep 2015 17:48:48 -0500 Subject: [PATCH] Also add a phony install target that does nothing for now. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9fa97ff..ff731c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,3 +15,5 @@ MESSAGE(STATUS "This is the deal.II code gallery") + +ADD_CUSTOM_TARGET(install) -- 2.39.5