We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfa83e commit 7e42c34Copy full SHA for 7e42c34
1 file changed
Plugin/CMakeLists.txt
@@ -68,8 +68,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL Linux)
68
endif()
69
70
if (CMAKE_SYSTEM_NAME STREQUAL Windows )
71
- target_include_directories(${PROJECT_NAME} PUBLIC "${pybind11_INCLUDE_DIR}")
72
-
73
# https://github.com/boostorg/system/issues/32
74
target_compile_definitions(${PROJECT_NAME} PUBLIC "-DHAVE_SNPRINTF")
75
0 commit comments