Skip to content

Commit

Permalink
Disable building Blosc benchmarks. #895
Browse files Browse the repository at this point in the history
  • Loading branch information
Shelnutt2 committed Aug 16, 2018
1 parent 8983ea8 commit 19f8c30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/Modules/FindBlosc_EP.cmake
Expand Up @@ -83,6 +83,7 @@ if (NOT BLOSC_FOUND)
-DCMAKE_INSTALL_PREFIX=${TILEDB_EP_INSTALL_PREFIX}
-DCMAKE_CXX_FLAGS=-fPIC
-DCMAKE_C_FLAGS=-fPIC
-DBUILD_BENCHMARKS=OFF
UPDATE_COMMAND ""
LOG_DOWNLOAD TRUE
LOG_CONFIGURE TRUE
Expand Down Expand Up @@ -122,4 +123,4 @@ endif()
# If we built a static EP, install it if required.
if (BLOSC_STATIC_EP_FOUND AND TILEDB_INSTALL_STATIC_DEPS)
install_target_libs(Blosc::Blosc)
endif()
endif()

0 comments on commit 19f8c30

Please sign in to comment.