Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Update submodules and build environments (#232)
Browse files Browse the repository at this point in the history
* Update Vulkan and QT submodules

* Undefine FORTIFY_SOURCE before defining again

* Update discord-rpc submodule
  • Loading branch information
PabloMK7 authored Aug 20, 2024
1 parent 8656655 commit 8538a57
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ find_package(Threads REQUIRED)

if (ENABLE_QT)
if (NOT USE_SYSTEM_QT)
download_qt(6.6.0)
download_qt(6.7.2)
endif()

find_package(Qt6 REQUIRED COMPONENTS Widgets Multimedia Concurrent)
Expand Down
2 changes: 1 addition & 1 deletion externals/discord-rpc
Submodule discord-rpc updated 1 files
+2 −2 CMakeLists.txt
2 changes: 1 addition & 1 deletion externals/vma
Submodule vma updated 259 files
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ else()

if (NOT CMAKE_BUILD_TYPE STREQUAL Debug)
# _FORTIFY_SOURCE can't be used without optimizations.
add_compile_options(-Wp,-D_FORTIFY_SOURCE=2)
add_compile_options(-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2)
endif()

if (CITRA_WARNINGS_AS_ERRORS)
Expand Down

0 comments on commit 8538a57

Please sign in to comment.