Skip to content

Commit

Permalink
Fix CMake config filename & EXPORT enkiTSConfig (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Oct 16, 2023
1 parent 0bc47c6 commit 8c13c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ endif()
if( ENKITS_INSTALL )
install(
TARGETS enkiTS
EXPORT enkiTS-config
EXPORT enkiTSConfig
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
install(FILES ${ENKITS_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
install(
EXPORT enkiTS-config
EXPORT enkiTSConfig
NAMESPACE enkiTS::
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/enkiTS)
endif()
Expand Down

0 comments on commit 8c13c08

Please sign in to comment.