summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-06-24 13:07:42 +0100
committerCarl Hetherington <cth@carlh.net>2020-03-08 09:20:08 +0100
commite475f10dca39b715a09589027452511ac4cd86fb (patch)
tree5b309bf86b767bb4d4cc8ec65488350d0f2c2f43
parentd73057a7bba640439cdb4b0d44ee03a0969565d3 (diff)
Don't build fs_test stuff; it fails to link on OS X because it
tries to build 64-bit executables with 32-bit libraries, for some reason.
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eec0993..8384760 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,7 +47,6 @@ else()
add_definitions(-DCONFIG_HAVE_OWN_ERRNO=0)
add_definitions(-DCONFIG_HAVE_OWN_ASSERT=0)
add_definitions(-DCONFIG_BLOCK_DEV_CACHE_SIZE=16)
- add_subdirectory(fs_test)
endif()
macro(output_configure)