From: jean-pierre roux Date: Mon, 11 Apr 2011 20:59:07 +0000 (+0000) Subject: Fix dummy includes X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaMiniTools.git;a=commitdiff_plain;h=b4b56ebb91a48342e1063ae1b1410f1a3ef6c012 Fix dummy includes --- diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index dd38a15..e9352f7 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -9,18 +9,18 @@ # USER! : Give the list of your Libraries SET(${LIBRARY_NAME}_LIBRARIES - ___Your_library_one___here___ - ___Your_library_two___here___ - ___Your_library_tree___here___ + # ___Your_library_one___here___ + # ___Your_library_two___here___ + # ___Your_library_tree___here___ ) # USER! : Give the list of directories holding the '.h' and '.txx' to be installed SET(${LIBRARY_NAME}_BUILD_TREE_RELATIVE_INCLUDE_PATHS - lib/___Your_include_directory_one___here___ - lib/___Your_include_directory_two___here___ - lib/___Your_include_directory_tree___here___ + # lib/___Your_include_directory_one___here___ + # lib/___Your_include_directory_two___here___ + # lib/___Your_include_directory_tree___here___ ) # USER! : Hands off, here!