mirror of
https://github.com/OpenAMP/open-amp.git
synced 2026-02-06 02:54:32 +08:00
cmake: allow not to build rpc demo in Linux
Signed-off-by: Wendy Liang <jliang@xilinx.com>
This commit is contained in:
@@ -46,8 +46,6 @@ option (WITH_PROXY_APPS "Build with proxy sample applicaitons" OFF)
|
||||
if (WITH_APPS)
|
||||
if (WITH_PROXY)
|
||||
set (WITH_PROXY_APPS ON)
|
||||
elseif ("${PROJECT_SYSTEM}" STREQUAL "linux")
|
||||
set (WITH_PROXY_APPS ON)
|
||||
endif (WITH_PROXY)
|
||||
option (WITH_BENCHMARK "Build benchmark app" OFF)
|
||||
endif (WITH_APPS)
|
||||
|
||||
Reference in New Issue
Block a user