From 45c3b422e2e5a4594ca034d638d4f05548625a8f Mon Sep 17 00:00:00 2001 From: David Allemang Date: Sat, 4 Jan 2020 02:01:30 -0500 Subject: [PATCH] remove debugging message --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 44d13d5..1d43078 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,5 +10,3 @@ add_subdirectory(vendor/glm) add_subdirectory(tc) add_subdirectory(vis) add_subdirectory(example) - -message("${GLM_TEST_ENABLE}") \ No newline at end of file