Wrong var name, it sould be BOOST_LIB_PATH instead of BOOST_LIBRARY_PATH

This commit is contained in:
iFuSiiOnzZ 2018-08-23 18:44:21 +02:00
parent b81c1ccb9e
commit 4de394eb9b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ file(GLOB_RECURSE libcarla_test_sources
"${libcarla_source_path}/test/*.cpp")
link_directories(
${BOOST_LIBRARY_PATH}
${BOOST_LIB_PATH}
${RPCLIB_LIB_PATH}
${GTEST_LIB_PATH})