mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:11:38 +08:00
c8fe3a53f7
* Install pc file for msvc * Fix warning about unused cmake variable * Update version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
16 lines
359 B
Diff
16 lines
359 B
Diff
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
|
|
index d9267e8..26713f9 100644
|
|
--- a/tools/CMakeLists.txt
|
|
+++ b/tools/CMakeLists.txt
|
|
@@ -36,6 +36,10 @@ if(NOT MSVC)
|
|
OWNER_READ OWNER_EXECUTE
|
|
GROUP_READ GROUP_EXECUTE
|
|
WORLD_READ WORLD_EXECUTE)
|
|
+else()
|
|
+ set(cxx_libs "")
|
|
+endif()
|
|
+if(1)
|
|
|
|
# pkg-config support
|
|
configure_file(
|