]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: Bugfix: Do not set up python component for boost
authorMatthias Maier <tamiko@43-1.org>
Fri, 5 Aug 2016 15:19:50 +0000 (10:19 -0500)
committerMatthias Maier <tamiko@43-1.org>
Fri, 5 Aug 2016 15:20:11 +0000 (10:20 -0500)
cmake/modules/FindBOOST.cmake

index b8a08bf3b3f7bf39bfa5a71e8b75c287e7ac7b32..862d49fa127f2c9beb98d2fbe21b51ffb1096fa6 100644 (file)
@@ -43,12 +43,8 @@ ENDIF()
 
 # temporarily disable ${CMAKE_SOURCE_DIR}/cmake/modules for module lookup
 LIST(REMOVE_ITEM CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules/)
-SET(_boost_python "")
-IF(DEAL_II_COMPONENT_PYTHON_BINDINGS)
-  SET(_boost_python "python")
-ENDIF()
 FIND_PACKAGE(Boost 1.54 COMPONENTS
-  iostreams serialization system thread ${_boost_python}
+  iostreams serialization system thread
   )
 LIST(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules/)
 

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.