Skip to content

Commit

Permalink
No messing with Boost.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Nov 26, 2024
1 parent b1b1b16 commit 4722330
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,11 @@ endif()
find_package(pugixml REQUIRED)

# Note: When updating Boost version, also update DOLFINXConfig.cmake.in
if(DEFINED ENV{BOOST_ROOT} OR DEFINED BOOST_ROOT)
set(Boost_NO_SYSTEM_PATHS on)
endif()
#if(DEFINED ENV{BOOST_ROOT} OR DEFINED BOOST_ROOT)
# set(Boost_NO_SYSTEM_PATHS on)
#endif()

set(Boost_USE_MULTITHREADED $ENV{BOOST_USE_MULTITHREADED})
#set(Boost_USE_MULTITHREADED $ENV{BOOST_USE_MULTITHREADED})
set(Boost_VERBOSE TRUE)
find_package(Boost 1.70 REQUIRED)
set_package_properties(
Expand Down

0 comments on commit 4722330

Please sign in to comment.