Skip to content

Commit 075bad2

Browse files
committed
CMake: remove redundant include
1 parent 12ac7f1 commit 075bad2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ modernize_target_link_libraries(
221221
INCLUDE_DIRS
222222
${NUMPY_INCLUDE_DIRS}
223223
${PYTHON_INCLUDE_DIR})
224-
target_include_directories(${PROJECT_NAME} SYSTEM
225-
PRIVATE ${PYTHON_INCLUDE_DIRS})
226224

227225
if(SUFFIX_SO_VERSION)
228226
set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION ${PROJECT_VERSION})

0 commit comments

Comments
 (0)