Skip to content

Commit

Permalink
cmake: use stable version of bundled qtkeychain instead of developmen…
Browse files Browse the repository at this point in the history
…t one
  • Loading branch information
tehnick committed Oct 26, 2024
1 parent 4f5fcd5 commit 53cf9ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmake/modules/qtkeychain-bundled.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ include(FindPkgConfig)
include(ExternalProject)
#set CMake options and transfer the environment to an external project
set(Qtkeychain_BUILD_OPTIONS
-DCMAKE_CXX_STANDARD=14
-DCMAKE_CXX_STANDARD_REQUIRED=ON
-DBUILD_SHARED_LIBS=OFF
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
Expand All @@ -55,7 +53,7 @@ ExternalProject_Add(QtkeychainProject
PREFIX ${Qtkeychain_PREFIX}
BINARY_DIR ${Qtkeychain_BUILD_DIR}
GIT_REPOSITORY "${QtkeychainRepo}"
GIT_TAG main
GIT_TAG 0.14.3
CMAKE_ARGS ${Qtkeychain_BUILD_OPTIONS}
BUILD_BYPRODUCTS ${Qtkeychain_LIBRARY}
UPDATE_COMMAND ""
Expand Down

0 comments on commit 53cf9ec

Please sign in to comment.