Skip to content

Commit 585b5ab

Browse files
committed
cleanup: remove cmake THIRDPARTY_INCLUDE_DIRS as not needed
1 parent 50d79c3 commit 585b5ab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

libs/EXTERNAL/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ add_subdirectory(libcatch2)
1515
set(SOCKPP_BUILD_SHARED OFF CACHE BOOL "Override default value" FORCE)
1616
set(SOCKPP_BUILD_STATIC ON CACHE BOOL "Override default value" FORCE)
1717
add_subdirectory(sockpp)
18-
set(THIRDPARTY_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/sockpp/include)
1918

2019
#VPR_USE_EZGL is initialized in the root CMakeLists.
2120
#compile libezgl only if the user asks for or has its dependencies installed.

vpr/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ add_library(libvpr STATIC
5555
)
5656

5757

58-
target_include_directories(libvpr PUBLIC ${LIB_INCLUDE_DIRS} ${THIRDPARTY_INCLUDE_DIRS})
58+
target_include_directories(libvpr PUBLIC ${LIB_INCLUDE_DIRS})
5959

6060
#VPR_ANALYTIC_PLACE is initialized in the root CMakeLists
6161
#Check Eigen dependency

0 commit comments

Comments
 (0)