summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-05-08 12:18:00 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-05-08 12:18:17 (GMT)
commit171bf5fa92076dd177d7fd5a611440ac0f2597b4 (patch)
treefc19d383bfd94a95ce05210fe8ea349c222498fd /Source/cmake.cxx
parent3a0ea8f93a790ab7a9b7d6d11f09de55220183b0 (diff)
parent2faa3f6c55d2288316419f3efb8a483904a295f2 (diff)
downloadCMake-171bf5fa92076dd177d7fd5a611440ac0f2597b4.zip
CMake-171bf5fa92076dd177d7fd5a611440ac0f2597b4.tar.gz
CMake-171bf5fa92076dd177d7fd5a611440ac0f2597b4.tar.bz2
Merge topic 'third-parties-layout'
2faa3f6c55 Refactoring: Third-parties public headers are under cm3p prefix 75e87e3db4 bootstrap: update list of problematic files Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4705
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index b451d27..65d5f10 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -57,7 +57,7 @@
#if !defined(CMAKE_BOOTSTRAP)
# include <unordered_map>
-# include "cm_jsoncpp_writer.h"
+# include <cm3p/json/writer.h>
# include "cmFileAPI.h"
# include "cmGraphVizWriter.h"