From 4c1263045873ddbb49496b65bdc2042c8086a91c Mon Sep 17 00:00:00 2001 From: Ken Cooke Date: Sat, 26 Sep 2015 09:09:39 -0700 Subject: [PATCH] Removed a stray reference to SOXR --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b91fac2538..db0e82f64d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -181,7 +181,6 @@ setup_externals_binary_dir() option(GET_BULLET "Get Bullet library automatically as external project" 1) option(GET_GLM "Get GLM library automatically as external project" 1) option(GET_GVERB "Get Gverb library automatically as external project" 1) -option(GET_SOXR "Get Soxr library automatically as external project" 1) option(GET_TBB "Get Threading Building Blocks library automatically as external project" 1) option(GET_LIBOVR "Get LibOVR library automatically as external project" 1) option(GET_VHACD "Get V-HACD library automatically as external project" 1)