mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
Merge upstream.
This commit is contained in:
commit
b0143de177
@ -26,7 +26,7 @@ function(DetermineShortWindowsName WIN_VERSION win_num_version)
|
|||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
function(DetermineOSVersion OS_VERSION)
|
function(DetermineOSVersion OS_VERSION)
|
||||||
if (WIN32)
|
if (WIN32 AND CMAKE_HOST_SYSTEM_NAME MATCHES Windows)
|
||||||
file (TO_NATIVE_PATH "$ENV{COMSPEC}" SHELL)
|
file (TO_NATIVE_PATH "$ENV{COMSPEC}" SHELL)
|
||||||
exec_program( ${SHELL} ARGS "/c" "ver" OUTPUT_VARIABLE ver_output)
|
exec_program( ${SHELL} ARGS "/c" "ver" OUTPUT_VARIABLE ver_output)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user