changeset 212:bc1525b955d8

a small fix in cmake for the build_example macro.
author SokoL_SD
date Tue, 14 Jul 2009 13:05:55 +0000
parents 7ea67ec3cf29
children 26036621830e
files cmake/FindD.cmake
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cmake/FindD.cmake	Tue Jul 14 12:50:04 2009 +0000
+++ b/cmake/FindD.cmake	Tue Jul 14 13:05:55 2009 +0000
@@ -409,7 +409,7 @@
 	get_files_depends(tmp ${SOURCES_tmp})
 	set(SOURCES_tmp ${tmp})
     endif(auto_detect_depentes_tmp)
-    set(SOURCES_tmp ${SOURCES_tmp} ${NO_DEPS_SOURCES})
+    set(SOURCES_tmp ${SOURCES_tmp} ${NO_DEPS_SOURCES_tmp})
     
     set(used_ar_tmp)
     get_filename_component(output_path_tmp ${output_name_tmp} PATH)