diff --git a/CMakeLists.txt b/CMakeLists.txt index 9fde3e8f0..e179417da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -423,7 +423,6 @@ add_subdirectory(depends) # Testing with CTest macro(dfhack_test name files) - message("dfhack_test(${name}, ${files})") add_executable(${name} ${files}) target_include_directories(${name} PUBLIC depends/googletest/googletest/include) target_link_libraries(${name} dfhack gtest SDL)