We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc166f7 commit f3ec205Copy full SHA for f3ec205
tiledb/CMakeLists.txt
@@ -22,6 +22,12 @@ target_link_libraries(
22
TileDB::tiledb_shared
23
)
24
25
+target_compile_features(
26
+ libtiledb
27
+ PUBLIC
28
+ cxx_std_20
29
+)
30
+
31
# Pybind11
32
33
pybind11_add_module(
@@ -44,6 +50,12 @@ target_link_libraries(
44
50
45
51
46
52
53
54
+ main
55
56
57
58
47
59
install(TARGETS main libtiledb DESTINATION tiledb)
48
60
49
61
if(TILEDB_DOWNLOADED)
tiledb/cc/CMakeLists.txt
@@ -27,6 +27,12 @@ target_link_libraries(
+ cc
34
35
36
install(TARGETS cc DESTINATION tiledb)
37
38
0 commit comments