Skip to content

Commit

Permalink
Address Issue AcademySoftwareFoundation#395 where packages that need …
Browse files Browse the repository at this point in the history
…to link against PyImath can no

longer find it.
  • Loading branch information
lamiller0 committed May 1, 2024
1 parent 2fc9d89 commit 0f7f9f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/config/ModuleDefine.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ 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 0f7f9f9

Please sign in to comment.