* [CMake] BugFix: Remove a forgotten debug message.

This commit is contained in:
Robert MacGregor 2021-10-12 18:44:32 -04:00
parent c965429cf6
commit c0ff69a2e6

View file

@ -300,7 +300,6 @@ macro(finishLibrary)
# more paths?
if(${ARGC} GREATER 0)
foreach(dir ${ARGV0})
MESSAGE(STATUS "TEST: ${dir}")
addPath("${dir}")
endforeach()
endif()