From 62dce319523e2c232d47ffbfca20f2852e18ef3d Mon Sep 17 00:00:00 2001 From: angie Date: Mon, 27 May 2024 17:44:28 -0400 Subject: [PATCH] Remove building rt64 in favour of consumer's rt64 --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 22b1502..3ad8355 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,3 @@ set(CMAKE_CXX_STANDARD_REQUIRED True) add_subdirectory(ultramodern) add_subdirectory(librecomp) - -set(RT64_STATIC TRUE) -add_subdirectory(rt64)