mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 02:39:08 +08:00
6af35363b8
* Make Bond always build as a static lib. * Bond's CMake currently isn't written to be able to produce DLLs. There's a special dllimport/dllexport dance that would need to be done. * Apply patch so that Bond doesn't force Boost static libs. * Apply patch to omit installing Bond's copy of rapidjson. * Clean up empty bin/ directories, now that vcpkg is more strict.
13 lines
318 B
Diff
13 lines
318 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 0d743da4..92f91103 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -39,7 +39,6 @@ install (DIRECTORY
|
|
cpp/inc/bond
|
|
cpp/generated/bond
|
|
python/inc/bond
|
|
- thirdparty/rapidjson/include/rapidjson
|
|
DESTINATION include
|
|
PATTERN *.cpp EXCLUDE)
|
|
|