aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-02-25 04:12:17 +0100
committertobtoht <tob@featherwallet.org>2025-02-25 13:35:05 +0100
commit413c0db7c03c8dbf2b232387fdd1e899e73ed3d7 (patch)
treedf6384d465e2d2589cc6640c06f9065c3a811171 /CMakeLists.txt
parent521fee91cd59c7186eade07b2464a28d17715bfe (diff)
downloadmonzero-gui-413c0db7c03c8dbf2b232387fdd1e899e73ed3d7.tar.gz
monzero-gui-413c0db7c03c8dbf2b232387fdd1e899e73ed3d7.tar.xz
monzero-gui-413c0db7c03c8dbf2b232387fdd1e899e73ed3d7.zip
ci: fix MSYS2 build
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index df41459f..d38fb377 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -68,6 +68,7 @@ set(CMAKE_AUTORCC ON)
set(CMAKE_AUTOUIC ON)
get_directory_property(ARCH_WIDTH DIRECTORY "monero" DEFINITION ARCH_WIDTH)
+get_directory_property(Boost_VERSION_STRING DIRECTORY "monero" DEFINITION Boost_VERSION_STRING)
if (NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
add_definitions(-DQT_NO_DEBUG)