diff options
author | 2018-06-15 17:52:47 +0530 | |
---|---|---|
committer | 2018-06-15 17:54:36 +0530 | |
commit | ea15eaa75a96b4caefaabd219ec6782d46541abf (patch) | |
tree | 3c54b5987d806b2971f54817ff0387bb5c1e3adb /thirdparty | |
parent | d07aebc3b817928d65273ddaf9aac16a5d729f04 (diff) |
excluding NGINX target build
Change-Id: Id0c20cad189bfc29c3c64ea282854c4665ade4c1
Signed-off-by: sharath <sharathkumarboyanapally@gmail.com>
Diffstat (limited to 'thirdparty')
-rw-r--r-- | thirdparty/apps/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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) |