vcpkg/ports/bond/0002_omit_rapidjson.patch
Christopher Warrington 6af35363b8 Upgrade Bond to 5.2.0
* 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.
2017-02-08 19:37:14 -08:00

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)