[us-commits] [ehb54/ultrascan3] 819778: Root: add US3_BUILD_SOMO option + add_subdirectory...
emre brookes
noreply at github.com
Tue Jul 7 14:15:02 MDT 2026
Branch: refs/heads/ehb54-issue-943
Home: https://github.com/ehb54/ultrascan3
Commit: 819778c98085cee0706495af6bde9551f5bd0d6c
https://github.com/ehb54/ultrascan3/commit/819778c98085cee0706495af6bde9551f5bd0d6c
Author: ehb54 <brookes at uthscsa.edu>
Date: 2026-07-07 (Tue, 07 Jul 2026)
Changed paths:
M CMakeLists.txt
M us_somo/develop/CMakeLists.txt
Log Message:
-----------
Root: add US3_BUILD_SOMO option + add_subdirectory(us_somo); harden SOMO for in-root build
- Root CMakeLists: option(US3_BUILD_SOMO OFF) and a guarded add_subdirectory(us_somo)
(skipped in HPC — SOMO is a Qt-GUI suite), replacing the commented placeholder.
- SOMO develop CMakeLists, for correctness when included via add_subdirectory:
* pin CMAKE_CXX_STANDARD 17 in both modes (root sets a lower global standard);
* only add_compile_definitions(INTEL) in standalone — a root build already
defines PLATFORM/TITLE globally, so INTEL would clash on TITLE.
Refs ehb54/ultrascan-tickets#943
Co-Authored-By: Claude Opus 4.8 <noreply at anthropic.com>
To unsubscribe from these emails, change your notification settings at https://github.com/ehb54/ultrascan3/settings/notifications
More information about the us-commits
mailing list