mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:09:01 +08:00
465dfc5e0f
* Update to 2.4.0 * Update versions * Use check, not patch, for C++17 filesystem support * Update versions * Update license * De-vendor nanoflann and nlohmann-json * Update versions * Fix nlohmann de-vendoring * Update versions
12 lines
320 B
Diff
12 lines
320 B
Diff
diff --git a/cmake/libraries.cmake b/cmake/libraries.cmake
|
|
index 665bc53..fcdcf2c 100644
|
|
--- a/cmake/libraries.cmake
|
|
+++ b/cmake/libraries.cmake
|
|
@@ -1,6 +1,3 @@
|
|
# Build shared libraries by default.
|
|
|
|
set(PDAL_LIB_TYPE "SHARED")
|
|
-if (WIN32)
|
|
- set(CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_IMPORT_LIBRARY_SUFFIX})
|
|
-endif()
|