Skip to content

Commit 52ccd8a

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

libtiledbvcf/cmake/Modules/FindTileDB_EP.cmake

Lines changed: 0 additions & 1 deletion
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)