summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clrfeatures.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/clrfeatures.cmake b/clrfeatures.cmake
index f7c7c4a2db..9e986ef39e 100644
--- a/clrfeatures.cmake
+++ b/clrfeatures.cmake
@@ -19,5 +19,5 @@ endif(NOT DEFINED FEATURE_EVENT_TRACE)
if(NOT DEFINED FEATURE_DBGIPC)
if(CLR_CMAKE_PLATFORM_UNIX AND (NOT CLR_CMAKE_PLATFORM_ANDROID))
set(FEATURE_DBGIPC 1)
- endif(CLR_CMAKE_PLATFORM_UNIX)
+ endif()
endif(NOT DEFINED FEATURE_DBGIPC)