Skip to content
Snippets Groups Projects
Commit 9ebae93a authored by Chris Cantwell's avatar Chris Cantwell
Browse files

Fixed missing $ in testing BOOST_HOME environmental variable.

parent 09504ff1
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ ELSE (THIRDPARTY_BUILD_BOOST)
#If the user has not set BOOST_ROOT, look in a couple common places first.
IF( NOT BOOST_ROOT )
SET(TEST_ENV ENV{BOOST_HOME})
SET(TEST_ENV $ENV{BOOST_HOME})
IF (DEFINED TEST_ENV)
SET(Boost_NO_SYSTEM_PATHS ON)
SET(BOOST_ROOT $ENV{BOOST_HOME})
......
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