From a027863a17a12f296cfa7490030f908d2720c63e Mon Sep 17 00:00:00 2001 From: maier Date: Sat, 23 Mar 2013 23:57:19 +0000 Subject: [PATCH] CMake: Remove this little hack git-svn-id: https://svn.dealii.org/trunk@29002 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/setup_custom_targets.cmake | 10 ---------- 1 file changed, 10 deletions(-) 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" - ) - ########################################################################### # # -- 2.39.5