mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
13 lines
286 B
Diff
13 lines
286 B
Diff
diff --git a/cmake/libraries.cmake b/cmake/libraries.cmake
|
|
index 6847cf6..47e9748 100644
|
|
--- a/cmake/libraries.cmake
|
|
+++ b/cmake/libraries.cmake
|
|
@@ -2,7 +2,6 @@
|
|
|
|
set(PDAL_LIB_TYPE "SHARED")
|
|
if (WIN32)
|
|
- set(CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_IMPORT_LIBRARY_SUFFIX})
|
|
endif()
|
|
|
|
|