diff options
| author | wangli28 <wangli28@beyondsoft.com> | 2019-08-16 06:20:22 +0000 |
|---|---|---|
| committer | wangli28 <wangli28@beyondsoft.com> | 2019-08-16 06:21:05 +0000 |
| commit | c315a54a950e73c7413728a8e50a24774edc83ba (patch) | |
| tree | d5f5d2c623ac82741c4d8207e0a5c74290d7df92 | |
| parent | 89d8cece0dbbfab416a955289bf29b33b0d106b0 (diff) | |
| download | vcpkg-c315a54a950e73c7413728a8e50a24774edc83ba.tar.gz vcpkg-c315a54a950e73c7413728a8e50a24774edc83ba.zip | |
[geographiclib] Remove elseif
| -rw-r--r-- | ports/geographiclib/portfile.cmake | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ports/geographiclib/portfile.cmake b/ports/geographiclib/portfile.cmake index 27c6f9ee7..529e07fcc 100644 --- a/ports/geographiclib/portfile.cmake +++ b/ports/geographiclib/portfile.cmake @@ -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() |
