]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
CMake: Disable all ENABLE_IF_LINKS checks for now until the macro is properly implemented
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 27 Mar 2013 17:11:27 +0000 (17:11 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 27 Mar 2013 17:11:27 +0000 (17:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@29081 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/setup_compiler_flags_gnu.cmake
deal.II/cmake/setup_compiler_flags_intel.cmake

index ae808667e3bbe3b29d314f6d5bcc896d294d2fcc..365e3d5221a70070c09588b8f1c3106d115d03af 100644 (file)
@@ -58,7 +58,8 @@ ENABLE_IF_SUPPORTED(CMAKE_CXX_FLAGS "-fpic")
 # Check whether the -as-needed flag is available. If so set it to link
 # the deal.II library with it.
 #
-ENABLE_IF_LINKS(CMAKE_SHARED_LINKER_FLAGS "-Wl,--as-needed")
+# TODO: Disabled until ENABLE_IF_LINKS is properly implemented
+#ENABLE_IF_LINKS(CMAKE_SHARED_LINKER_FLAGS "-Wl,--as-needed")
 
 
 #
index ac9808b05598c8afa4bff9e363efac8c325c4b1d..1edd5a0ce362569b96bf010df1536d4a84a8440d 100644 (file)
@@ -42,7 +42,8 @@ ENABLE_IF_SUPPORTED(CMAKE_CXX_FLAGS "-fpic")
 # Check whether the -as-needed flag is available. If so set it to link
 # the deal.II library with it.
 #
-ENABLE_IF_LINKS(CMAKE_SHARED_LINKER_FLAGS "-Wl,--as-needed")
+# TODO: Disabled until ENABLE_IF_LINKS is properly implemented
+#ENABLE_IF_LINKS(CMAKE_SHARED_LINKER_FLAGS "-Wl,--as-needed")
 
 #
 # Set ansi mode:

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.