blob: 7d502353d49e6ea6198ee62c5ba76c440bcfc211 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fe0f629e..54b6d8ec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,7 +49,6 @@ install (DIRECTORY
cpp/inc/bond
cpp/generated/bond
python/inc/bond
- thirdparty/rapidjson/include/rapidjson
DESTINATION include
PATTERN *.cpp EXCLUDE)
|