diff options
author | Christophe Giboudeaux <cgiboudeaux@gmx.com> | 2012-02-11 18:16:40 +0100 |
---|---|---|
committer | Christophe Giboudeaux <cgiboudeaux@gmx.com> | 2012-02-11 18:16:40 +0100 |
commit | c322ff70446458ac014fc86da98015824b7cdf08 (patch) | |
tree | 882ae80aa76c6a99846ea6e6290dcbeb2a9645a6 | |
parent | fcf80f9b480b5be5ed83b9ab46658479dc3f0971 (diff) | |
download | extra-cmake-modules-c322ff70446458ac014fc86da98015824b7cdf08.tar.gz extra-cmake-modules-c322ff70446458ac014fc86da98015824b7cdf08.tar.bz2 |
The targets files are not created for the moment.
Don't try to include them
-rw-r--r-- | modules/ECMConfig.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMConfig.cmake.in b/modules/ECMConfig.cmake.in index 8b001e1f..114ce50e 100644 --- a/modules/ECMConfig.cmake.in +++ b/modules/ECMConfig.cmake.in @@ -15,4 +15,4 @@ set(@PROJECT_NAME@_LIBRARY @PROJECT_NAME@) set(@PROJECT_NAME@_USE_FILE "${myDir}/@PROJECT_NAME@Use.cmake") -include(${myDir}/@PROJECT_NAME@Targets.cmake) +#include(${myDir}/@PROJECT_NAME@Targets.cmake) |