File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ link_directories(${PCLSYNC_PATH} ${MBEDTLS_PATH}/library ${SQLITE3_PATH} ${OVERL
6969#add_dependencies(pclsync sqlite3_lib)
7070#add_dependencies(pcloudcc sqlite3_lib mbedtls pclsync )
7171#add_dependencies(pcloudcc pcloudcc_lib)
72- install (TARGETS pcloudcc DESTINATION /usr/bin)
7372#EXECUTE_PROCESS( COMMAND uname -m COMMAND tr -d '\n' OUTPUT_VARIABLE ARCHITECTURE )
7473#message( STATUS "Architecture: ${ARCHITECTURE}" )
7574#if(${ARCHITECTURE} STREQUAL "x86_64")
@@ -78,5 +77,6 @@ install(TARGETS pcloudcc DESTINATION /usr/bin)
7877# set(LIB_DIR "/usr/lib")
7978#endif()
8079
81- install (TARGETS pcloudcc_lib LIBRARY DESTINATION /usr/lib)
8280message (STATUS "System CPU: " ${CMAKE_SYSTEM_PROCESSOR } )
81+ install (TARGETS pcloudcc DESTINATION /usr/bin)
82+ install (TARGETS pcloudcc_lib LIBRARY DESTINATION /usr/lib)
You can’t perform that action at this time.
0 commit comments