diff options
Diffstat (limited to 'modules/FindLCMS.cmake')
-rw-r--r-- | modules/FindLCMS.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindLCMS.cmake b/modules/FindLCMS.cmake index e321e86c..36cba1d2 100644 --- a/modules/FindLCMS.cmake +++ b/modules/FindLCMS.cmake @@ -47,7 +47,7 @@ if(LCMS_INCLUDE_DIR AND NOT LCMS_VERSION) string(SUBSTRING ${_LCMS_VERSION} 0 1 LCMS_MAJOR_VERSION) string(SUBSTRING ${_LCMS_VERSION} 1 2 LCMS_MINOR_VERSION) endif(LCMS_VERSION_MATCH) - set(LCMS_VERSION "${LCMS_MAJOR_VERSION}.${LCMS_MINOR_VERSION}" CACHE STRING "Version number of lcms" FORCE) + set(LCMS_VERSION "${LCMS_MAJOR_VERSION}${LCMS_MINOR_VERSION}" CACHE STRING "Version number of lcms" FORCE) endif(LCMS_INCLUDE_DIR AND NOT LCMS_VERSION) include(FindPackageHandleStandardArgs) |