From: Matthias Maier Date: Sat, 23 Mar 2013 23:57:19 +0000 (+0000) Subject: CMake: Remove this little hack X-Git-Tag: v8.0.0~912 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f18d627f4afa4afa143cd3e0222bbd9c658958f4;p=dealii.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" - ) - ########################################################################### # #