Skip to content
Snippets Groups Projects
Commit 075bad2c authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

CMake: remove redundant include

parent 12ac7f16
No related branches found
No related tags found
No related merge requests found
Pipeline #21039 passed with warnings
......@@ -221,8 +221,6 @@ modernize_target_link_libraries(
INCLUDE_DIRS
${NUMPY_INCLUDE_DIRS}
${PYTHON_INCLUDE_DIR})
target_include_directories(${PROJECT_NAME} SYSTEM
PRIVATE ${PYTHON_INCLUDE_DIRS})
if(SUFFIX_SO_VERSION)
set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION ${PROJECT_VERSION})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment