From: Wolfgang Bangerth Date: Wed, 23 Sep 2015 22:48:48 +0000 (-0500) Subject: Also add a phony install target that does nothing for now. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3%2Fhead;p=code-gallery.git Also add a phony install target that does nothing for now. --- 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)