deleted debuging message in template.cmake
This commit is contained in:
parent
ba8763e424
commit
69df304725
@ -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 "")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user