[geographiclib] Remove elseif

This commit is contained in:
wangli28 2019-08-16 06:20:22 +00:00
parent 89d8cece0d
commit c315a54a95

View File

@ -48,9 +48,7 @@ vcpkg_install_cmake()
if (VCPKG_TARGET_IS_WINDOWS)
vcpkg_fixup_cmake_targets(CONFIG_PATH cmake)
elseif (VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Linux")
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake)
elseif (VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Darwin")
else()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake)
endif()
vcpkg_copy_pdbs()