Wrong var name, it sould be BOOST_LIB_PATH instead of BOOST_LIBRARY_PATH
This commit is contained in:
parent
b81c1ccb9e
commit
4de394eb9b
|
@ -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})
|
||||
|
||||
|
|
Loading…
Reference in New Issue