From 7b08f8d23c64b05ec019311347f52bbbd181c4a6 Mon Sep 17 00:00:00 2001 From: Jeremie Guichard Date: Sat, 25 Feb 2017 22:27:43 +0700 Subject: Move CMake variables printing into a utility macro Added cmake_variables_helper.cmake providing 2 helpers - print_variable - print_all_variables Signed-off-by: Jeremie Guichard --- tests/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 14116449d..9336424eb 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -46,3 +46,6 @@ add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} TestPicture TestMerge ) + +# useful for debugging CMake issues +# print_all_variables() -- cgit v1.2.3-70-g09d2