summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2013-05-23 12:38:15 +0200
committerRadek Novacek <rnovacek@redhat.com>2013-05-23 12:38:46 +0200
commit4970da30fb16723a130104192465251b87f23fbd (patch)
tree119f155b7b028ee646bf3b00463ecf06f049cd70 /CMakeLists.txt
parentc4066affb0b2b865eb0c80aea590f8ee9529541a (diff)
downloadopenlmi-providers-4970da30fb16723a130104192465251b87f23fbd.tar.gz
openlmi-providers-4970da30fb16723a130104192465251b87f23fbd.tar.xz
openlmi-providers-4970da30fb16723a130104192465251b87f23fbd.zip
Don't install nonexisting openlmi-cimmof file
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5f4980e..5722619 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,6 @@ add_subdirectory(tools)
install(PROGRAMS openlmi-mof-register DESTINATION bin)
install(PROGRAMS openlmi-register-pegasus DESTINATION libexec)
-install(PROGRAMS openlmi-cimmof DESTINATION libexec)
install(FILES cmake/modules/OpenLMIMacros.cmake DESTINATION share/cmake/Modules)
install(FILES cmake/modules/FindCMPI.cmake DESTINATION share/cmake/Modules)
install(FILES cmake/modules/FindKonkretCMPI.cmake DESTINATION share/cmake/Modules)