mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 03:06:20 +02:00
remove a line of debug that shouldn't have made its way in
This commit is contained in:
parent
a8e17e19a4
commit
00087e81d8
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ foreach(EXTERNAL ${OPTIONAL_EXTERNALS})
|
|||
if (NOT ${${EXTERNAL}_UPPERCASE}_ROOT_DIR)
|
||||
string(TOLOWER ${EXTERNAL} ${EXTERNAL}_LOWERCASE)
|
||||
set(${${EXTERNAL}_UPPERCASE}_ROOT_DIR "${CMAKE_CURRENT_SOURCE_DIR}/external/${${EXTERNAL}_LOWERCASE}")
|
||||
message("Dir for ${EXTERNAL} is ${${${EXTERNAL}_UPPERCASE}_ROOT_DIR}")
|
||||
endif ()
|
||||
endforeach()
|
||||
|
||||
|
|
Loading…
Reference in a new issue