mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
cmake: Fixed a warning on OS/2 if the compiler version is empty.
(cherry picked from commit 98b5f07631)
This commit is contained in:
@@ -25,7 +25,7 @@ function(COMPILER_DUMPVERSION _OUTPUT_VERSION)
|
|||||||
)
|
)
|
||||||
|
|
||||||
string(REGEX REPLACE "([0-9])\\.([0-9])(\\.[0-9])?" "\\1\\2"
|
string(REGEX REPLACE "([0-9])\\.([0-9])(\\.[0-9])?" "\\1\\2"
|
||||||
_COMPILER_VERSION ${_COMPILER_VERSION})
|
_COMPILER_VERSION "${_COMPILER_VERSION}")
|
||||||
|
|
||||||
set(${_OUTPUT_VERSION} ${_COMPILER_VERSION} PARENT_SCOPE)
|
set(${_OUTPUT_VERSION} ${_COMPILER_VERSION} PARENT_SCOPE)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|||||||
Reference in New Issue
Block a user