Skip to content

Commit b3e84dd

Browse files
committed
Release 0.83.3
1 parent 4bbf3de commit b3e84dd

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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.
77
set(FF7TK_VERSION_MAJOR 0)
88
set(FF7TK_VERSION_MINOR 83)
9-
set(FF7TK_VERSION_PATCH 2)
9+
set(FF7TK_VERSION_PATCH 3)
1010
set(FF7TK_VERSION_TWEAK 0)
1111
# Get the version from git if it's a git repository
1212
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
@@ -69,9 +69,6 @@ include(CMakePackageConfigHelpers)
6969
include(GenerateExportHeader)
7070
include(GNUInstallDirs)
7171

72-
73-
74-
7572
#Qt Info to get deploy app
7673
find_package(Qt6 ${REQUIRED_QT_VERSION} REQUIRED COMPONENTS Core)
7774
get_target_property(qmake_executable Qt6::qmake IMPORTED_LOCATION)
@@ -94,7 +91,6 @@ if(UNIX)
9491
endif()
9592
endif()
9693

97-
9894
define_property(GLOBAL PROPERTY ff7tk_targets BRIEF_DOCS "Defined Non-Test Targets" FULL_DOCS "Dynamicly Generated list of Targets Tests")
9995
define_property(GLOBAL PROPERTY ff7tk_tests BRIEF_DOCS "Defined Tests" FULL_DOCS "Dynamicly Generated list of Defined Tests")
10096

packaging/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,4 @@ list(FIND CPACK_COMPONENTS_ALL "ff7tk_debug" hasDbg)
247247
if (${hasDbg} EQUAL -1)
248248
list(PREPEND CPACK_COMPONENTS_ALL "ff7tk_debug")
249249
endif()
250-
message(STATUS ${CPACK_COMPONENTS_ALL})
251-
252250
include(CPack)

0 commit comments

Comments
 (0)