From 2a3b5692e516bba1d57701eab327fe65b6e9d726 Mon Sep 17 00:00:00 2001 From: "Jonathan M. Waldrop" Date: Thu, 11 Dec 2025 14:25:15 -0600 Subject: [PATCH] Remove nwx_versions reference --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a4016d6d..70874cdf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,6 @@ get_version_from_git(chemcache_version "${CMAKE_CURRENT_LIST_DIR}") project(chemcache VERSION "${chemcache_version}" LANGUAGES CXX) set(CMAKE_CXX_STANDARD 20) -include(nwx_versions) include(get_cmaize) include(nwx_cxx_api_docs)