[us-commits] [ehb54/ultrascan3] 9c1223: SOMO: define INTEL in root builds too (string -DPL...
emre brookes
noreply at github.com
Tue Jul 7 15:02:16 MDT 2026
Branch: refs/heads/ehb54-issue-943
Home: https://github.com/ehb54/ultrascan3
Commit: 9c12233a9772838baf81b604d861587c6eaeaaef
https://github.com/ehb54/ultrascan3/commit/9c12233a9772838baf81b604d861587c6eaeaaef
Author: ehb54 <brookes at uthscsa.edu>
Date: 2026-07-07 (Tue, 07 Jul 2026)
Changed paths:
M us_somo/develop/CMakeLists.txt
Log Message:
-----------
SOMO: define INTEL in root builds too (string -DPLATFORM/-DTITLE don't survive)
The root defines PLATFORM/TITLE via add_compile_definitions(PLATFORM="intel"),
but the string value doesn't survive CMake's quote-escaping into a usable macro
(same symptom as standalone: us_register.cpp sees PLATFORM "not declared").
Drop the standalone-only guard on INTEL — the bareword arch macro works in both
modes and the parent's non-functional PLATFORM/TITLE cause no clash.
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