From: maier Date: Fri, 28 Sep 2012 22:20:23 +0000 (+0000) Subject: Disable for now until I've figured out were the buggy linkage comes from X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e78f7b1ed3ef50ee5a2b1d63423ee03f63c1c9c3;p=dealii-svn.git Disable for now until I've figured out were the buggy linkage comes from git-svn-id: https://svn.dealii.org/branches/branch_cmake@26871 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/scripts/CMakeLists.txt b/deal.II/scripts/CMakeLists.txt index 4e0ede74f9..f7f0861a76 100644 --- a/deal.II/scripts/CMakeLists.txt +++ b/deal.II/scripts/CMakeLists.txt @@ -9,19 +9,22 @@ IF(DEAL_II_COMPONENT_COMPAT_FILES) # executables: # - INCLUDE_DIRECTORIES( - ${CMAKE_SOURCE_DIR}/include/ - ${CMAKE_BINARY_DIR}/include/ - ) + #INCLUDE_DIRECTORIES( + # ${CMAKE_SOURCE_DIR}/include/ + # ${CMAKE_BINARY_DIR}/include/ + # ) ADD_EXECUTABLE(make_dependencies make_dependencies.cc) - ADD_EXECUTABLE(report_features report_features.cc) - TARGET_LINK_LIBRARIES(report_features ${DEAL_II_EXTERNAL_LIBRARIES}) + #ADD_EXECUTABLE(report_features report_features.cc) + #TARGET_LINK_LIBRARIES(report_features ${DEAL_II_EXTERNAL_LIBRARIES}) ADD_DEPENDENCIES(report_features deal_ii_target_dependencies) - INSTALL(TARGETS make_dependencies report_features expand_instantiations + INSTALL(TARGETS + make_dependencies + #report_features + expand_instantiations RUNTIME DESTINATION common/scripts COMPONENT compat_files