remove dependency on APR library
This commit is contained in:
+4
-1
@@ -10,9 +10,12 @@ if (CMAKE_CROSSCOMPILING)
|
||||
set(THREADS_PTHREAD_ARG
|
||||
"PLEASE_FILL_OUT-FAILED_TO_RUN"
|
||||
CACHE STRING "Result from TRY_RUN" FORCE)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")
|
||||
endif()
|
||||
|
||||
if (UNIX)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")
|
||||
endif(UNIX)
|
||||
|
||||
add_subdirectory(sdk_core sdk_core)
|
||||
add_subdirectory(sample/hub)
|
||||
add_subdirectory(sample/lidar)
|
||||
|
||||
Reference in New Issue
Block a user