Skip to content

Commit

Permalink
Remove WERROR=OFF override for libtiledb build (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton authored Sep 14, 2023
1 parent 3ed7119 commit 52ccd8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libtiledbvcf/cmake/Modules/FindTileDB_EP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ else()
-DTILEDB_SERIALIZATION=ON
-DTILEDB_TESTS=OFF
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DTILEDB_WERROR=OFF #avoid the pointer p use after free issue...
UPDATE_COMMAND ""
INSTALL_COMMAND
${CMAKE_COMMAND} --build . --target install-tiledb
Expand Down

0 comments on commit 52ccd8a

Please sign in to comment.