From 9b54dd803dc8c4d1e2658c64ac734bf314df816c Mon Sep 17 00:00:00 2001 From: briaguya <70942617+briaguya-ai@users.noreply.github.com> Date: Sat, 6 Apr 2024 23:08:26 -0400 Subject: [PATCH] undo unneeded cmakelists changes --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d78eb1660..f5227169d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,9 +85,7 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON) ################################################################################ # Sub-projects ################################################################################ -# add_compile_definitions(USE_ZAPD) add_subdirectory(libultraship ${CMAKE_BINARY_DIR}/libultraship) - add_subdirectory(ZAPDTR/ZAPD ${CMAKE_BINARY_DIR}/ZAPD) add_subdirectory(OTRExporter) add_subdirectory(soh)