Skip to content

Commit 52ccd8a

Browse files
authored
Remove WERROR=OFF override for libtiledb build (#575)
1 parent 3ed7119 commit 52ccd8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libtiledbvcf/cmake/Modules/FindTileDB_EP.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ else()
9999
-DTILEDB_SERIALIZATION=ON
100100
-DTILEDB_TESTS=OFF
101101
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
102-
-DTILEDB_WERROR=OFF #avoid the pointer p use after free issue...
103102
UPDATE_COMMAND ""
104103
INSTALL_COMMAND
105104
${CMAKE_COMMAND} --build . --target install-tiledb

0 commit comments

Comments
 (0)