diff --git a/CMakeLists.txt b/CMakeLists.txt index d9b091f..1a5261f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,6 @@ get_version_from_git(integrals_version "${CMAKE_CURRENT_LIST_DIR}") project(integrals VERSION "${integrals_version}" LANGUAGES CXX) set(CMAKE_CXX_STANDARD 20) -include(nwx_versions) include(get_cmaize) include(nwx_cxx_api_docs)