We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53c550 commit 730d537Copy full SHA for 730d537
CMakeLists.txt
@@ -61,5 +61,5 @@ FetchContent_Populate(castxmlrelease
61
set(CASTXML_RELEASE_DIR ${castxmlrelease_SOURCE_DIR})
62
63
set(castxml_executable ${CASTXML_RELEASE_DIR}/bin/castxml${CMAKE_EXECUTABLE_SUFFIX})
64
-
65
-install(PROGRAMS ${castxml_executable} DESTINATION castxml/data/bin)
+install(PROGRAMS ${castxml_executable} DESTINATION bin)
+install(DIRECTORY ${CASTXML_RELEASE_DIR}/share/ DESTINATION share)
0 commit comments