Remove boost include path as is LibCarla tests are not compiled in Windows
This commit is contained in:
parent
4eb9dd6886
commit
42048c06df
|
@ -8,7 +8,6 @@ file(GLOB_RECURSE libcarla_test_sources
|
|||
"${libcarla_source_path}/test/*.cpp")
|
||||
|
||||
link_directories(
|
||||
${BOOST_LIB_PATH}
|
||||
${RPCLIB_LIB_PATH}
|
||||
${GTEST_LIB_PATH})
|
||||
|
||||
|
|
Loading…
Reference in New Issue