deleted debuging message in template.cmake

This commit is contained in:
Lendemor 2016-03-06 10:36:09 +01:00
parent ba8763e424
commit 69df304725

View File

@ -3,6 +3,10 @@
#
# Container for list of file to be compiled :
# LIB_SRC_LIST, LIB_HEAD_LIST, EXEC_SRC_LIST, EXEC_HEAD_LIST
#
# Variable available to extend include_dir locations
# INCLUDE_PATHS_EXTENSION
# EXTRA_INCLUDE
#detect system
if(WIN32)
@ -42,8 +46,6 @@ include_directories(
${EXTRA_INCLUDE}
)
MESSAGE(STATUS ${INCLUDE_DIRECTORIES})
#find libraries
set(DEP_LIST "")