From 69df30472506185547dc7e2ee6cb76ec091eb6c7 Mon Sep 17 00:00:00 2001 From: Lendemor Date: Sun, 6 Mar 2016 10:36:09 +0100 Subject: [PATCH] deleted debuging message in template.cmake --- template.cmake | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/template.cmake b/template.cmake index 195e6b9..45a2416 100644 --- a/template.cmake +++ b/template.cmake @@ -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 "")