Skip to content
Snippets Groups Projects
Commit 285310e1 authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

fix internally setting BOOST_ROOT from env var

parent 720f0a90
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ if(Boost_FOUND)
endif()
if(NOT DEFINED BOOST_ROOT AND DEFINED ENV{BOOST_ROOT})
set(BOOST_ROOT $ENV{BOOST_ROOT} TRUE CACHE PATH "")
set(BOOST_ROOT $ENV{BOOST_ROOT} CACHE PATH "")
endif()
# First check for system boost
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment