Hi,
I used the verbose mode but no more log appeared.
I did succeed in compile the whole casablance though, by putting commentary on the casablanca/Release/tests/Common/TestRunner/CMakeLists.txt :
# add_custom_command(
# OUTPUT run_tests.sh
# COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/run_tests.sh $<TARGET_FILE_DIR:test_runner>
# DEPENDS run_tests.sh
# )
I think it fails because the test_runner is not generated yet at this point of the compilation.
I used the verbose mode but no more log appeared.
I did succeed in compile the whole casablance though, by putting commentary on the casablanca/Release/tests/Common/TestRunner/CMakeLists.txt :
# add_custom_command(
# OUTPUT run_tests.sh
# COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/run_tests.sh $<TARGET_FILE_DIR:test_runner>
# DEPENDS run_tests.sh
# )
I think it fails because the test_runner is not generated yet at this point of the compilation.