From 42048c06df5fdfff7e0a0da0ee0ff30434af231f Mon Sep 17 00:00:00 2001 From: iFuSiiOnzZ Date: Mon, 27 Aug 2018 17:36:39 +0200 Subject: [PATCH] Remove boost include path as is LibCarla tests are not compiled in Windows --- LibCarla/cmake/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/LibCarla/cmake/test/CMakeLists.txt b/LibCarla/cmake/test/CMakeLists.txt index 7ad42b241..05a03da8b 100644 --- a/LibCarla/cmake/test/CMakeLists.txt +++ b/LibCarla/cmake/test/CMakeLists.txt @@ -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})