mirror of
https://github.com/mpromonet/v4l2rtspserver
synced 2024-11-11 19:10:40 +00:00
669f205ed9
Add an alternative HTTPServer definition to be compliant with older liveMedia versions
10 lines
353 B
Plaintext
10 lines
353 B
Plaintext
SET(CMAKE_SYSTEM_NAME Linux)
|
|
SET(CPACK_DEBIAN_PACKAGE_ARCHITECTURE armhf)
|
|
SET(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc)
|
|
SET(CMAKE_CXX_COMPILER arm-linux-gnueabihf-g++)
|
|
SET(CMAKE_LIBRARY_ARCHITECTURE arm-linux-gnuebihf)
|
|
|
|
SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
|
|
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
|
|
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
|