We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a965d commit b6fbeefCopy full SHA for b6fbeef
1 file changed
roottest/python/cling/CMakeLists.txt
@@ -8,8 +8,14 @@ if(pyroot)
8
# TPython::LoadMacro and TPython::Import are broken in the new Cppyy
9
# https://bitbucket.org/wlav/cppyy/issues/65
10
# For now, we rely on our own implementation of TPython
11
+ include(CMakePrintHelpers)
12
+ message(WARNING "Debug this condition:")
13
+ cmake_print_variables(MSVC CMAKE_SIZEOF_VOID_P llvm13_broken_tests)
14
if(NOT MSVC OR CMAKE_SIZEOF_VOID_P EQUAL 8 OR llvm13_broken_tests)
15
+ message(WARNING "Entered outer if")
16
+ cmake_print_variables(CMAKE_GENERATOR_PLATFORM win_broken_tests)
17
if(NOT MSVC OR "${CMAKE_GENERATOR_PLATFORM}" MATCHES "Win32" OR win_broken_tests)
18
+
19
ROOTTEST_ADD_TEST(class MACRO
20
runPyClassTest.C
21
WORKING_DIR ${CMAKE_CURRENT_SOURCE_DIR}
0 commit comments