From 10fa26e6708066d7e971f3e6619ddacb99d58897 Mon Sep 17 00:00:00 2001 From: Carlisle Wishard Date: Thu, 13 Oct 2022 13:27:28 -0400 Subject: [PATCH] deleted the lib directory --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 317b3cec1..51b36722b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,6 @@ SET(FOOEXE swiftest_driver) # Define some directories SET(SRC ${CMAKE_SOURCE_DIR}/src) -SET(LIB ${CMAKE_SOURCE_DIR}/lib) SET(BIN ${CMAKE_SOURCE_DIR}/bin) SET(DISCARD ${SRC}/discard) SET(DRIFT ${SRC}/drift)