mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
@@ -65,7 +65,7 @@ if (WIN32)
|
||||
if (NOT path STREQUAL "")
|
||||
list (APPEND errors "'${path}' instead of ''")
|
||||
endif()
|
||||
elseif()
|
||||
else()
|
||||
set (path "/a/d")
|
||||
cmake_path(RELATIVE_PATH path BASE_DIRECTORY "e/d/c")
|
||||
if (NOT path STREQUAL "")
|
||||
|
||||
@@ -34,6 +34,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
||||
check_components("bin1;fw1;fw2;lib1;lib2")
|
||||
elseif(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||
check_components("bin1;bin2;lib1")
|
||||
elseif()
|
||||
else()
|
||||
check_components("bin1;lib1;lib2")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user