diff --git a/CMakeLists.txt b/CMakeLists.txt index cf9184080..667a7dbf1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ include(json_opts) # add CI targets if(JSON_CI) - include(ci) + include(json_ci) endif() ############################################################################# diff --git a/cmake/ci.cmake b/cmake/json_ci.cmake similarity index 100% rename from cmake/ci.cmake rename to cmake/json_ci.cmake