Remove boost include path as is LibCarla tests are not compiled in Windows

This commit is contained in:
iFuSiiOnzZ 2018-08-27 17:36:39 +02:00
parent 4eb9dd6886
commit 42048c06df
1 changed files with 0 additions and 1 deletions

View File

@ -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})