diff options
Diffstat (limited to '3rdparty/jsoncpp/src/CMakeLists.txt')
-rw-r--r-- | 3rdparty/jsoncpp/src/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/3rdparty/jsoncpp/src/CMakeLists.txt b/3rdparty/jsoncpp/src/CMakeLists.txt deleted file mode 100644 index 608d3f7b67d..00000000000 --- a/3rdparty/jsoncpp/src/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -ADD_SUBDIRECTORY(lib_json) -IF(JSONCPP_WITH_TESTS) - ADD_SUBDIRECTORY(jsontestrunner) - ADD_SUBDIRECTORY(test_lib_json) -ENDIF(JSONCPP_WITH_TESTS) |