diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-24 13:07:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-24 13:10:04 +0100 |
| commit | 8800d3e3d878531826a4b4fceee44975e68a7a08 (patch) | |
| tree | 743c7d78522bf170f04927783d25adfe23052e55 | |
| parent | 23b2bb48d3d9cf109dd8510c6696769f4b90b384 (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.txt | 1 |
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) |
