Skip to content
Snippets Groups Projects
Unverified Commit bd15599c authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

Merge pull request #305 from jcarpent/devel

Sync submodule Cmake
parents 810b5d80 075bad2c
No related branches found
No related tags found
No related merge requests found
...@@ -217,11 +217,10 @@ modernize_target_link_libraries( ...@@ -217,11 +217,10 @@ modernize_target_link_libraries(
SCOPE SCOPE
PUBLIC PUBLIC
TARGETS TARGETS
Python3::NumPy Python${PYTHON_VERSION_MAJOR}::NumPy
INCLUDE_DIRS INCLUDE_DIRS
${NUMPY_INCLUDE_DIRS}) ${NUMPY_INCLUDE_DIRS}
target_include_directories(${PROJECT_NAME} SYSTEM ${PYTHON_INCLUDE_DIR})
PRIVATE ${PYTHON_INCLUDE_DIRS})
if(SUFFIX_SO_VERSION) if(SUFFIX_SO_VERSION)
set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION ${PROJECT_VERSION}) set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION ${PROJECT_VERSION})
......
Subproject commit 6c40c9d426410bb25ff511e809192b7dedb4031c Subproject commit a1f065dd2ddacc6455a820835d3be11fecfbe03e
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