Skip to content

Commit 6a586fc

Browse files
authored
Merge pull request #301 from nim65s/devel
CMake: typo
2 parents 9b85514 + 28a8d1f commit 6a586fc

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)