mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
469543f942
* [aliyun-oss-c-sdk] Add new port * [aliyun-oss-c-sdk] Update the CONTROL file and add the dependency.
13 lines
364 B
Diff
13 lines
364 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 0abcb93..75195a9 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -150,5 +150,5 @@ INSTALL(FILES
|
|
oss_c_sdk/oss_xml.h
|
|
DESTINATION include/oss_c_sdk)
|
|
|
|
-add_subdirectory(oss_c_sdk_sample)
|
|
-add_subdirectory(oss_c_sdk_test)
|
|
+#add_subdirectory(oss_c_sdk_sample)
|
|
+#add_subdirectory(oss_c_sdk_test)
|