From 2e9aa1392407357a50c5d5600f5e52e09d0cf158 Mon Sep 17 00:00:00 2001 From: Yatish Turakhia Date: Tue, 21 May 2024 23:25:01 -0700 Subject: [PATCH] Removed ripples-fast from macOS build --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7f70bed..e8de17e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -301,13 +301,6 @@ else() ${PROTO_HDRS} ) - add_executable(ripples-fast - src/mutation_annotated_tree.cpp - src/usher_mapper.cpp - ${RIPPLES_FAST_SRCS} - ${PROTO_SRCS} - ${PROTO_HDRS} - ) add_executable(usher-sampled ${USHER_SAMPLED_SRCS} ${PROTO_SRCS}