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 b14317e commit 7da3cdbCopy full SHA for 7da3cdb
pCloudCC/CMakeLists.txt
@@ -17,6 +17,7 @@ set (PCLSYNC_PATH ${CMAKE_SOURCE_DIR}/lib/pclsync)
17
set (MBEDTLS_PATH ${CMAKE_SOURCE_DIR}/lib/mbedtls)
18
set (SQLITE3_PATH ${CMAKE_SOURCE_DIR}/lib/sqlite)
19
20
+set (CMAKE_INSTALL_LOCAL_ONLY ON)
21
add_subdirectory(${MBEDTLS_PATH})
22
23
include_directories(${SQLITE3_PATH})
@@ -55,7 +56,7 @@ target_link_libraries(pcloudcc ${Boost_LIBRARIES})
55
56
57
add_dependencies(pclsync sqlite3_lib)
58
-add_dependencies(pcloudcc sqlite3_lib pclsync )
59
+add_dependencies(pcloudcc sqlite3_lib mbedtls pclsync )
60
61
install(TARGETS pcloudcc RUNTIME DESTINATION bin)
62
0 commit comments