From 86a07232637625234cfa5116a96fb4602619b663 Mon Sep 17 00:00:00 2001 From: Radek Novacek Date: Mon, 22 Oct 2012 13:33:49 +0200 Subject: Change project name from Cura to OpenLMI --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f32881d..a4de1a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ option(WITH-ACCOUNT "Build account provider" ON) # Set path to custom cmake modules set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH}) -include(CuraMacros) +include(OpenLMIMacros) find_package(PkgConfig) @@ -31,7 +31,7 @@ find_package(KonkretCMPI REQUIRED) add_subdirectory(src) add_subdirectory(mof) -install(PROGRAMS register.sh reg2pegasus.py DESTINATION share/cura-providers) -install(FILES cmake/modules/CuraMacros.cmake DESTINATION share/cmake/Modules) +install(PROGRAMS register.sh reg2pegasus.py DESTINATION share/openlmi-providers) +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