Skip to content
Snippets Groups Projects
Commit 45af7630 authored by Norihiro Watanabe's avatar Norihiro Watanabe Committed by GitHub
Browse files

Merge pull request #1287 from norihiro-w/fix-BOOST_ROOT

fix internally setting BOOST_ROOT from env var
parents 5406f523 285310e1
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