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.
2 parents e2833bd + e9e4085 commit c76fe6dCopy full SHA for c76fe6d
Sources/TSCUtility/CMakeLists.txt
@@ -41,9 +41,9 @@ add_library(TSCUtility
41
)
42
target_link_libraries(TSCUtility PUBLIC
43
TSCBasic)
44
-target_link_libraries(TSCUtility PRIVATE
45
- SQLite::SQLite3)
46
if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
+ target_link_libraries(TSCUtility PRIVATE
+ SQLite::SQLite3)
47
48
FoundationNetworking)
49
endif()
0 commit comments