updated build system
All checks were successful
Blockstorage/repertory/pipeline/head This commit looks good
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-09-14 08:15:54 -07:00
parent 37e8204d92
commit 040fa2cd03
6 changed files with 58 additions and 62 deletions

View File

@@ -17,3 +17,7 @@ if (PROJECT_IS_DARWIN)
set(CMAKE_OSX_ARCHITECTURES "x86_64")
endif()
endif()
if (PROJECT_IS_DARWIN AND NOT PROJECT_MACOS_BUNDLE_ID)
message(FATAL_ERROR "'PROJECT_MACOS_BUNDLE_ID' is not set in 'config.sh'")
endif()