diff options
| author | tobtoht <tob@featherwallet.org> | 2025-02-25 04:12:17 +0100 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-02-25 13:35:05 +0100 |
| commit | 413c0db7c03c8dbf2b232387fdd1e899e73ed3d7 (patch) | |
| tree | df6384d465e2d2589cc6640c06f9065c3a811171 /CMakeLists.txt | |
| parent | 521fee91cd59c7186eade07b2464a28d17715bfe (diff) | |
| download | monzero-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.txt | 1 |
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) |
