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

CMake: typo

fix build on NetBSD 9.2
parent 9b85514c
No related branches found
No related tags found
No related merge requests found
Pipeline #20719 passed with warnings
...@@ -219,7 +219,7 @@ modernize_target_link_libraries( ...@@ -219,7 +219,7 @@ modernize_target_link_libraries(
TARGETS TARGETS
Python3::NumPy Python3::NumPy
INCLUDE_DIRS INCLUDE_DIRS
${NUMPY_INCLUDE_DIR}) ${NUMPY_INCLUDE_DIRS})
target_include_directories(${PROJECT_NAME} SYSTEM target_include_directories(${PROJECT_NAME} SYSTEM
PRIVATE ${PYTHON_INCLUDE_DIRS}) PRIVATE ${PYTHON_INCLUDE_DIRS})
......
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