mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
* [CMake] BugFix: Remove a forgotten debug message.
This commit is contained in:
parent
c965429cf6
commit
c0ff69a2e6
|
|
@ -300,7 +300,6 @@ macro(finishLibrary)
|
|||
# more paths?
|
||||
if(${ARGC} GREATER 0)
|
||||
foreach(dir ${ARGV0})
|
||||
MESSAGE(STATUS "TEST: ${dir}")
|
||||
addPath("${dir}")
|
||||
endforeach()
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in a new issue