Skip to content

Commit

Permalink
Release 0.83.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Aug 13, 2023
1 parent 4bbf3de commit b3e84dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include(${CMAKE_SOURCE_DIR}/cmake/ff7tkMacros.cmake)
#Set The Current Version Number to use as fallback if GIT Fails.
set(FF7TK_VERSION_MAJOR 0)
set(FF7TK_VERSION_MINOR 83)
set(FF7TK_VERSION_PATCH 2)
set(FF7TK_VERSION_PATCH 3)
set(FF7TK_VERSION_TWEAK 0)
# Get the version from git if it's a git repository
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
Expand Down Expand Up @@ -69,9 +69,6 @@ include(CMakePackageConfigHelpers)
include(GenerateExportHeader)
include(GNUInstallDirs)




#Qt Info to get deploy app
find_package(Qt6 ${REQUIRED_QT_VERSION} REQUIRED COMPONENTS Core)
get_target_property(qmake_executable Qt6::qmake IMPORTED_LOCATION)
Expand All @@ -94,7 +91,6 @@ if(UNIX)
endif()
endif()


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

Expand Down
2 changes: 0 additions & 2 deletions packaging/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,4 @@ list(FIND CPACK_COMPONENTS_ALL "ff7tk_debug" hasDbg)
if (${hasDbg} EQUAL -1)
list(PREPEND CPACK_COMPONENTS_ALL "ff7tk_debug")
endif()
message(STATUS ${CPACK_COMPONENTS_ALL})

include(CPack)

0 comments on commit b3e84dd

Please sign in to comment.