File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ include(${CMAKE_SOURCE_DIR}/cmake/ff7tkMacros.cmake)
66#Set The Current Version Number to use as fallback if GIT Fails.
77set (FF7TK_VERSION_MAJOR 0)
88set (FF7TK_VERSION_MINOR 83)
9- set (FF7TK_VERSION_PATCH 2 )
9+ set (FF7TK_VERSION_PATCH 3 )
1010set (FF7TK_VERSION_TWEAK 0)
1111# Get the version from git if it's a git repository
1212if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR} /.git)
@@ -69,9 +69,6 @@ include(CMakePackageConfigHelpers)
6969include (GenerateExportHeader)
7070include (GNUInstallDirs)
7171
72-
73-
74-
7572#Qt Info to get deploy app
7673find_package (Qt6 ${REQUIRED_QT_VERSION} REQUIRED COMPONENTS Core)
7774get_target_property (qmake_executable Qt6::qmake IMPORTED_LOCATION )
@@ -94,7 +91,6 @@ if(UNIX)
9491 endif ()
9592endif ()
9693
97-
9894define_property (GLOBAL PROPERTY ff7tk_targets BRIEF_DOCS "Defined Non-Test Targets" FULL_DOCS "Dynamicly Generated list of Targets Tests" )
9995define_property (GLOBAL PROPERTY ff7tk_tests BRIEF_DOCS "Defined Tests" FULL_DOCS "Dynamicly Generated list of Defined Tests" )
10096
Original file line number Diff line number Diff line change @@ -247,6 +247,4 @@ list(FIND CPACK_COMPONENTS_ALL "ff7tk_debug" hasDbg)
247247if (${hasDbg} EQUAL -1)
248248 list (PREPEND CPACK_COMPONENTS_ALL "ff7tk_debug" )
249249endif ()
250- message (STATUS ${CPACK_COMPONENTS_ALL} )
251-
252250include (CPack)
You can’t perform that action at this time.
0 commit comments