summaryrefslogtreecommitdiffstats
path: root/cmake/modules/OpenLMIMacros.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/OpenLMIMacros.cmake')
-rw-r--r--cmake/modules/OpenLMIMacros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/OpenLMIMacros.cmake b/cmake/modules/OpenLMIMacros.cmake
index 6468658..ad20a00 100644
--- a/cmake/modules/OpenLMIMacros.cmake
+++ b/cmake/modules/OpenLMIMacros.cmake
@@ -101,5 +101,5 @@ macro(cim_registration PROVIDER_NAME LIBRARY_NAME MOF DEST)
PATHS ${CMAKE_SOURCE_DIR}/mof/
)
add_custom_target(register-${PROVIDER_NAME}
- ${CMAKE_SOURCE_DIR}/register.sh ${MOF_FILE} ${CMAKE_CURRENT_BINARY_DIR}/LMI_${PROVIDER_NAME}.reg)
+ ${CMAKE_SOURCE_DIR}/openlmi-mof-register register ${MOF_FILE} ${CMAKE_CURRENT_BINARY_DIR}/LMI_${PROVIDER_NAME}.reg)
endmacro(cim_registration)