Skip to content

Commit 8f30102

Browse files
committed
[DO NOT MERGE] Debug MacOS build
1 parent d2cbd74 commit 8f30102

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

interpreter/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Do not depend on CMake scripts from the rest of the ROOT build
22
set(CMAKE_MODULE_PATH "")
33

4+
message(WARNING "CMAKE_OSX_SYSROOT=${CMAKE_OSX_SYSROOT}")
5+
message(WARNING "SDKROOT=$ENV{SDKROOT}")
6+
message(FATAL_ERROR "See debugging messages above")
7+
48
#--- Check if we need to build llvm and clang ------------------------------------------------------
59
if (builtin_llvm AND NOT builtin_clang)
610
message(FATAL_ERROR "Cannot enable builtin LLVM, but provide external Clang")

0 commit comments

Comments
 (0)