Skip to content

Commit

Permalink
options: make WITH_APPS cmake option deprecated
Browse files Browse the repository at this point in the history
The applications are now in the openamp-system-reference repository.
The "apps" folder is now deprecated and should be removed in coming
releases.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
  • Loading branch information
arnopo committed Oct 25, 2024
1 parent bb4459f commit 2a93d20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ option (WITH_PROXY "Build with proxy(access device controlled by other
option (WITH_APPS "Build with sample applications" OFF)
option (WITH_PROXY_APPS "Build with proxy sample applications" OFF)
if (WITH_APPS)
message(DEPRECATION
"Deprecated WITH_APPS cmake option. The applications have been moved to the "
"openamp-system-reference repository"
)
if (WITH_PROXY)
set (WITH_PROXY_APPS ON)
endif (WITH_PROXY)
Expand Down

0 comments on commit 2a93d20

Please sign in to comment.