I am fairly sure this will work:
make VERBOSE=1
You should also be able to add this to your CMakeLists.txt to permanently set that:
set(CMAKE_VERBOSE_MAKEFILE on)
This is covered in the CMake FAQ.
I am fairly sure this will work:
make VERBOSE=1
You should also be able to add this to your CMakeLists.txt to permanently set that:
set(CMAKE_VERBOSE_MAKEFILE on)
This is covered in the CMake FAQ.