From bf91a8920187c36eb64a6c2f2500b4d704335da5 Mon Sep 17 00:00:00 2001 From: "Jonathan M. Waldrop" Date: Thu, 11 Dec 2025 14:30:55 -0600 Subject: [PATCH] Remove nwx_versions reference --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1bc7cea..c05c26a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,6 @@ get_version_from_git(friendzone_version "${CMAKE_CURRENT_LIST_DIR}") project(friendzone VERSION "${friendzone_version}" LANGUAGES CXX) set(CMAKE_CXX_STANDARD 20) -include(nwx_versions) include(get_cmaize) include(nwx_cxx_api_docs) @@ -46,7 +45,6 @@ cmaize_option_list( cmaize_find_or_build_dependency( simde URL github.com/NWChemEx/SimDE - VERSION ${NWX_SIMDE_VERSION} BUILD_TARGET simde FIND_TARGET nwx::simde CMAKE_ARGS BUILD_TESTING=OFF