Skip to content

Commit 7e42c34

Browse files
authored
[CMake] Remove hardcoded include directory
should fix #225
1 parent ccfa83e commit 7e42c34

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Plugin/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL Linux)
6868
endif()
6969

7070
if (CMAKE_SYSTEM_NAME STREQUAL Windows )
71-
target_include_directories(${PROJECT_NAME} PUBLIC "${pybind11_INCLUDE_DIR}")
72-
7371
# https://github.com/boostorg/system/issues/32
7472
target_compile_definitions(${PROJECT_NAME} PUBLIC "-DHAVE_SNPRINTF")
7573
endif()

0 commit comments

Comments
 (0)