File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ add_subdirectory(libcatch2)
15
15
set (SOCKPP_BUILD_SHARED OFF CACHE BOOL "Override default value" FORCE)
16
16
set (SOCKPP_BUILD_STATIC ON CACHE BOOL "Override default value" FORCE)
17
17
add_subdirectory (sockpp)
18
- set (THIRDPARTY_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR} /sockpp/include )
19
18
20
19
#VPR_USE_EZGL is initialized in the root CMakeLists.
21
20
#compile libezgl only if the user asks for or has its dependencies installed.
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ add_library(libvpr STATIC
55
55
)
56
56
57
57
58
- target_include_directories (libvpr PUBLIC ${LIB_INCLUDE_DIRS} ${THIRDPARTY_INCLUDE_DIRS} )
58
+ target_include_directories (libvpr PUBLIC ${LIB_INCLUDE_DIRS} )
59
59
60
60
#VPR_ANALYTIC_PLACE is initialized in the root CMakeLists
61
61
#Check Eigen dependency
You can’t perform that action at this time.
0 commit comments