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 e2833bd commit e9e4085Copy full SHA for e9e4085
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