Skip to content

Commit

Permalink
Fixup cp command
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Aug 30, 2024
1 parent bf00f8e commit d01894c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
DESTINATION share/${PROJECT_NAME} FILES_MATCHING PATTERN "*.xml")

file(MAKE_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/${PROJECT_NAME})
install(CODE "execute_process(COMMAND mkdir ${CMAKE_INSTALL_PREFIX}/share/${PROJECT_NAME})")
install(CODE "execute_process(COMMAND ${CMAKE_BINARY_DIR}/src/calfmakerdf -m gui -p ${CMAKE_INSTALL_PREFIX}/share/${PROJECT_NAME})")

file(GLOB STYLES ${CMAKE_CURRENT_SOURCE_DIR}/styles/*)
Expand Down

0 comments on commit d01894c

Please sign in to comment.