diff --git a/CMakeLists.txt b/CMakeLists.txt index 59e15e0..d4ba93d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 3.14) project(scf VERSION "1.0.0" LANGUAGES CXX) set(CMAKE_CXX_STANDARD 20) include(cmake/get_nwx_cmake.cmake) -include(nwx_versions) + include(get_cmaize) include(nwx_cxx_api_docs)