# HG changeset patch # User SokoL_SD # Date 1247576755 0 # Node ID bc1525b955d87b6e7538a2c95058ce066869b242 # Parent 7ea67ec3cf290fa0b6f7ef34fa6947810333ad85 a small fix in cmake for the build_example macro. diff -r 7ea67ec3cf29 -r bc1525b955d8 cmake/FindD.cmake --- 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)