Skip to content

Commit

Permalink
Current version of Psi+ is 1.5.2066
Browse files Browse the repository at this point in the history
It is based on:
* psi: 53cf9ecb
* plugins: 347230b
* psimedia: 478567e
* resources: fc4cfc1
  • Loading branch information
tehnick committed Oct 26, 2024
1 parent 5716940 commit d182efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.2065 (2024-10-26, 4f5fcd59)
1.5.2066 (2024-10-27, 53cf9ecb)

0 comments on commit d182efe

Please sign in to comment.