Skip to content

Commit 28a8d1f

Browse files
committed
CMake: typo
fix build on NetBSD 9.2
1 parent 9b85514 commit 28a8d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ modernize_target_link_libraries(
219219
TARGETS
220220
Python3::NumPy
221221
INCLUDE_DIRS
222-
${NUMPY_INCLUDE_DIR})
222+
${NUMPY_INCLUDE_DIRS})
223223
target_include_directories(${PROJECT_NAME} SYSTEM
224224
PRIVATE ${PYTHON_INCLUDE_DIRS})
225225

0 commit comments

Comments
 (0)