From 777d6a286416bce22f3657893e0c9a4e5d07edb9 Mon Sep 17 00:00:00 2001 From: Carlisle Wishard Date: Thu, 13 Oct 2022 12:58:03 -0400 Subject: [PATCH] lowercased symba so bell will like it --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd6f5b08d..317b3cec1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,7 +66,7 @@ SET(ORBEL ${SRC}/orbel) SET(PYTHONBINDINGS ${SRC}/python_bindings) SET(RMVS ${SRC}/rmvs) SET(SETUP ${SRC}/setup) -SET(SYMBA ${SRC}/SYMBA) +SET(SYMBA ${SRC}/symba) #SET(TIDES ${SRC}/tides) SET(USER ${SRC}/user) SET(UTIL ${SRC}/util)