Add a debug message to see what's set in the CI

This commit is contained in:
Simon Hausmann 2021-03-17 11:57:04 +01:00
parent dbf06f73cc
commit a06f0b22fa

View file

@ -143,6 +143,7 @@ if(BUILD_TESTING)
set_property(TEST api_tests PROPERTY WORKING_DIRECTORY "${CMAKE_BINARY_DIR}")
endif()
if(APPLE)
message("Setting DYLD_FRAMEWORK_PATH to $ENV{DYLD_FRAMEWORK_PATH} for running the test")
set_property(TEST api_tests PROPERTY ENVIRONMENT "DYLD_FRAMEWORK_PATH=$ENV{DYLD_FRAMEWORK_PATH}")
endif()
endif()