diff options
Diffstat (limited to 'math/kalgebra/files/patch-CMakeLists.txt')
-rw-r--r-- | math/kalgebra/files/patch-CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/kalgebra/files/patch-CMakeLists.txt b/math/kalgebra/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..9e4bf9b9109b --- /dev/null +++ b/math/kalgebra/files/patch-CMakeLists.txt @@ -0,0 +1,8 @@ +--- ./CMakeLists.txt.orig 2011-12-12 11:26:46.061238287 +0100 ++++ ./CMakeLists.txt 2011-12-12 11:29:33.561244057 +0100 +@@ -48,3 +48,5 @@ + macro_display_feature_log() + endif (${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR}) + ++set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules) ++install(FILES ${CMAKE_SOURCE_DIR}/cmake/FindAnalitza.cmake DESTINATION ${module_install_dir}) |