Skip to content

Commit 83e018d

Browse files
committed
Fix CI failures.
1 parent 96abc7f commit 83e018d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiledb/sm/array_schema/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ conclude(object_library)
9898
#
9999
commence(object_library array_schema_operations)
100100
this_target_sources(array_schema_operations.cc)
101-
this_target_object_libraries(array_schema generic_tile_io tiledb_crypto)
101+
this_target_object_libraries(array_directory array_schema generic_tile_io tiledb_crypto)
102102
conclude(object_library)
103103

104104
add_test_subdirectory()

0 commit comments

Comments
 (0)