Skip to content

Commit 730d537

Browse files
committed
Fix tests ensuring "share" directory is distributed
1 parent b53c550 commit 730d537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ FetchContent_Populate(castxmlrelease
6161
set(CASTXML_RELEASE_DIR ${castxmlrelease_SOURCE_DIR})
6262

6363
set(castxml_executable ${CASTXML_RELEASE_DIR}/bin/castxml${CMAKE_EXECUTABLE_SUFFIX})
64-
65-
install(PROGRAMS ${castxml_executable} DESTINATION castxml/data/bin)
64+
install(PROGRAMS ${castxml_executable} DESTINATION bin)
65+
install(DIRECTORY ${CASTXML_RELEASE_DIR}/share/ DESTINATION share)

0 commit comments

Comments
 (0)