From 35415333201613112c18b076f72abbcafb3cf32f Mon Sep 17 00:00:00 2001 From: Renaud Guezennec Date: Fri, 3 Feb 2023 19:03:44 +0000 Subject: Fix ci --- src/bin/cli/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/bin/cli/CMakeLists.txt') diff --git a/src/bin/cli/CMakeLists.txt b/src/bin/cli/CMakeLists.txt index e1d2b4b..6e17c1e 100644 --- a/src/bin/cli/CMakeLists.txt +++ b/src/bin/cli/CMakeLists.txt @@ -61,12 +61,12 @@ ELSE() target_link_libraries(dice PUBLIC Qt6::Core Qt6::Gui Qt6::Svg PRIVATE diceparser_shared) ENDIF() -include(install_helper OPTIONAL RESULT_VARIABLE=installFound) +include(install_helper OPTIONAL RESULT_VARIABLE installFound) if(installFound STREQUAL "NOTFOUND") - install(TARGETS dice RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT diceComp) + install(TARGETS dice RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) else() set(CPACK_OUTPUT_CONFIG_FILE "${CMAKE_BINARY_DIR}/CPackConfigDice.cmake") - rinstallRT(dice "diceComp") + rinstallRT(dice diceComp) endif() -- cgit v1.2.3-70-g09d2