From f0de56c3d20d72aa38f685dee79486da967863fb Mon Sep 17 00:00:00 2001 From: Tomas Smetana Date: Wed, 23 Oct 2013 11:57:07 +0200 Subject: Make the new registration script the default one. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 024d51a..812c3a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,6 @@ add_subdirectory(tools) add_subdirectory(doc) install(PROGRAMS openlmi-mof-register DESTINATION bin) -install(PROGRAMS openlmi-register-pegasus 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) -- cgit