Skip to content

Commit b94c687

Browse files
authored
Update CMakeLists.txt
1 parent 3be1a6f commit b94c687

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎CMakeLists.txt‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
22
project(libacidcam LANGUAGES CXX)
33
set(ACIDCAM_MAJOR_VERSION 2)
44
set(ACIDCAM_MINOR_VERSION 0)
5-
set(ACIDCAM_VERSION ${ACIDCAM_MINOR_VERSION}.${ACIDCAM_MAJOR_VERSION})
5+
set(ACIDCAM_VERSION ${ACIDCAM_MAJOR_VERSION}.${ACIDCAM_MINOR_VERSION})
66

77
if(NOT CMAKE_BUILD_TYPE)
88
set(CMAKE_BUILD_TYPE Release CACHE STRING "Build type" FORCE)
@@ -144,13 +144,13 @@ write_basic_package_version_file(
144144
)
145145

146146
configure_package_config_file(${CMAKE_SOURCE_DIR}/Config.cmake.in
147-
"${CMAKE_CURRENT_BINARY_DIR}/acidcamConfig.cmake"
147+
"${CMAKE_CURRENT_BINARY_DIR}/acidcam-config.cmake"
148148
INSTALL_DESTINATION lib/cmake/acidcam
149149
PATH_VARS include_dest main_lib_dest
150150
)
151151

152152
install(FILES
153-
"${CMAKE_CURRENT_BINARY_DIR}/acidcamConfig.cmake"
153+
"${CMAKE_CURRENT_BINARY_DIR}/acidcam-config.cmake"
154154
"${CMAKE_CURRENT_BINARY_DIR}/acidcamConfigVersion.cmake"
155155
DESTINATION lib/cmake/acidcam
156156
)

0 commit comments

Comments
 (0)