Skip to content

Commit 6aef7b8

Browse files
author
Ivan Stoev
committed
sp
1 parent 157626e commit 6aef7b8

File tree

11 files changed

+7
-6823
lines changed

11 files changed

+7
-6823
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Allowed options:
2323
- -p [ --password ] arg pCloud account password
2424
- -c [ --crypto ] arg Crypto password
2525
- -s [ --passascrypto ] arg Use user password as crypto password also.
26-
- -d [ --damonize ] Daemonize the process.
26+
- -d [ --daemonize ] Daemonize the process.
2727
- -o [ --commands ] Parent stays alive and processes command after daemoziation.
2828
- -m [ --mountpoint ] arg Mount point where drive to be mounted.
2929
- -k [ --commands_only ] Daemon already started pass only commands

pCloudCC/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
cmake_minimum_required(VERSION 2.6)
22
project(pcl_client)
33

4+
INCLUDE(CPack)
5+
46
find_package(Boost COMPONENTS system program_options REQUIRED)
57
include_directories(${Boost_INCLUDE_DIR})
68
link_directories(${Boost_LIBRARY_DIR})
@@ -51,3 +53,5 @@ add_dependencies(pclsync sqlite3_lib)
5153
add_dependencies(pcl_client sqlite3_lib pclsync )
5254

5355
install(TARGETS pcl_client RUNTIME DESTINATION bin)
56+
57+

pCloudCC/lib/mbedtls/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ endif(CMAKE_BUILD_TYPE STREQUAL "Coverage")
4242
option(USE_PKCS11_HELPER_LIBRARY "Build mbed TLS with the pkcs11-helper library." OFF)
4343

4444
option(ENABLE_ZLIB_SUPPORT "Build mbed TLS with zlib library." OFF)
45-
option(ENABLE_PROGRAMS "Build mbed TLS programs." ON)
46-
option(ENABLE_TESTING "Build mbed TLS tests." ON)
45+
option(ENABLE_PROGRAMS "Build mbed TLS programs." OFF)
46+
option(ENABLE_TESTING "Build mbed TLS tests." OFF)
4747

4848
if(ENABLE_TESTING)
4949
enable_testing()

0 commit comments

Comments
 (0)