diff options
Diffstat (limited to 'devel/klee/files/patch-CMakeLists.txt')
-rw-r--r-- | devel/klee/files/patch-CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/klee/files/patch-CMakeLists.txt b/devel/klee/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..98426bc0ae23 --- /dev/null +++ b/devel/klee/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- _CMakeLists.txt 2012-10-26 11:48:24.000000000 +0400 ++++ CMakeLists.txt 2012-10-27 14:00:20.173557951 +0400 +@@ -29,7 +29,7 @@ + ABSOLUTE) + + include(AddLLVM) +- include("${KLEE_PATH_TO_LLVM_BUILD}/share/llvm/cmake/LLVMConfig.cmake") ++ include(LLVMConfig) + include(HandleLLVMOptions) + + set(PACKAGE_VERSION "${LLVM_PACKAGE_VERSION}") |