From ea15eaa75a96b4caefaabd219ec6782d46541abf Mon Sep 17 00:00:00 2001 From: sharath Date: Fri, 15 Jun 2018 17:52:47 +0530 Subject: excluding NGINX target build Change-Id: Id0c20cad189bfc29c3c64ea282854c4665ade4c1 Signed-off-by: sharath --- thirdparty/apps/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'thirdparty') diff --git a/thirdparty/apps/CMakeLists.txt b/thirdparty/apps/CMakeLists.txt index 379f3e4..de58120 100644 --- a/thirdparty/apps/CMakeLists.txt +++ b/thirdparty/apps/CMakeLists.txt @@ -25,3 +25,4 @@ ExternalProject_Add( DEPENDS nStackAPI ) +set_target_properties(NGINX PROPERTIES EXCLUDE_FROM_ALL TRUE) -- cgit 1.2.3-korg