]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: Bugfix: Remove forgotten "compat_files" target 2886/head
authorMatthias Maier <tamiko@43-1.org>
Fri, 29 Jul 2016 04:58:35 +0000 (23:58 -0500)
committerMatthias Maier <tamiko@43-1.org>
Sun, 31 Jul 2016 05:24:04 +0000 (00:24 -0500)
cmake/setup_custom_targets.cmake

index e3e4f0b503a59e6dc187d43029650fd78786ffca..1d4ff25041de2efc454196a60e645290bfeaca6c 100644 (file)
@@ -17,7 +17,6 @@
 # Add convenience targets that build and install only a specific component:
 #
 #   library
-#   compat_files
 #   documentation
 #   examples
 #
@@ -53,7 +52,7 @@ ENDIF()
 # The library can always be compiled and/or installed unconditionally ;-)
 _add_custom_target(library)
 
-FOREACH(_component compat_files documentation examples)
+FOREACH(_component documentation examples)
   STRING(TOUPPER "${_component}" _component_uppercase)
   IF(DEAL_II_COMPONENT_${_component_uppercase})
     _add_custom_target(${_component})
@@ -136,7 +135,6 @@ FILE(WRITE ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/print_info.cmake
 #                     and reruns the configure and generate phases of CMake
 #    rebuild_cache  - rerun the configure and generate phases of CMake
 #
-#    compat_files   - ${_description_string} component 'compat_files'
 #    documentation  - ${_description_string} component 'documentation'
 #    examples       - ${_description_string} component 'examples'
 #    library        - ${_description_string} component 'library'

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.