From ffbfa41780a2faa8838bb537a489d6386ba483f0 Mon Sep 17 00:00:00 2001 From: "Ryan M. Richard" Date: Wed, 31 Dec 2025 08:53:15 -0600 Subject: [PATCH] updates to find installed WTF --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b780143f..c1fa78c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,7 +93,9 @@ cmaize_find_or_build_dependency( FIND_TARGET nwx::wtf ) -set(DEPENDENCIES utilities parallelzone Boost::boost eigen sigma wtf) +set(DEPENDENCIES + utilities parallelzone Boost::boost eigen sigma WeaklyTypedFloat +) if("${ENABLE_CUTENSOR}") include(cmake/FindcuTENSOR.cmake)