Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Jan 5, 2024
1 parent 7dc16d9 commit 662d4cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmake/configure_boost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ macro(configure_boost)
# set(Boost_USE_STATIC_RUNTIME OFF)
set(BOOST_MIN_VERSION "1.74.0")

# if (DEFINED ENV{BOOST_ROOT})
# set(Boost_NO_SYSTEM_PATHS ON)
# set(BOOST_ROOT $ENV{BOOST_ROOT})
# endif()
if (DEFINED ENV{BOOST_ROOT})
set(Boost_NO_SYSTEM_PATHS ON)
set(BOOST_ROOT $ENV{BOOST_ROOT})
endif()
endmacro()

0 comments on commit 662d4cb

Please sign in to comment.