From: maier Date: Sat, 23 Mar 2013 23:57:19 +0000 (+0000) Subject: CMake: Remove this little hack X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a027863a17a12f296cfa7490030f908d2720c63e;p=dealii-svn.git CMake: Remove this little hack git-svn-id: https://svn.dealii.org/trunk@29002 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/setup_custom_targets.cmake b/deal.II/cmake/setup_custom_targets.cmake index d901075041..51000e8024 100644 --- a/deal.II/cmake/setup_custom_targets.cmake +++ b/deal.II/cmake/setup_custom_targets.cmake @@ -16,16 +16,6 @@ # Setup some convenience custom targets for the build system: # -# -# Dump log files, configuration and system information to a convenient -# place: -# -ADD_CUSTOM_TARGET(log - COMMAND ${CMAKE_COMMAND} --system-information ${CMAKE_BINARY_DIR}/cmake.log - WORKING_DIRECTORY ${CMAKE_BINARY_DIR} - COMMENT "Create cmake.log" - ) - ########################################################################### # #