Skip to content

Commit

Permalink
src/python/config/ModuleDefine.cmake: do not install a cmake file exp…
Browse files Browse the repository at this point in the history
…orting targets for dependent projects

Thanks: Jochen Sprickerhof
Closes: #360
Signed-off-by: Johannes Schauer Marin Rodrigues <[email protected]>
  • Loading branch information
josch committed Jan 18, 2024
1 parent 642312b commit e79adb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python/config/ModuleDefine.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ function(PYIMATH_ADD_LIBRARY_PRIV libname)
add_library(${PROJECT_NAME}::${libname} ALIAS ${libname})

install(TARGETS ${libname}
EXPORT ${PROJECT_NAME}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
Expand Down

0 comments on commit e79adb7

Please sign in to comment.