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 (AcademySoftwareFoundation#361)

Thanks: Jochen Sprickerhof
Closes: AcademySoftwareFoundation#360

Signed-off-by: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>
  • Loading branch information
josch authored and cary-ilm committed Jan 24, 2024
1 parent d0f675e commit 547e69c
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 @@ -52,7 +52,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 547e69c

Please sign in to comment.