Fix cmake warning about mismatched if/endif comment (#11176)
authorBruce Forstall <brucefo@microsoft.com>
Mon, 24 Apr 2017 18:15:35 +0000 (11:15 -0700)
committerJan Kotas <jkotas@microsoft.com>
Mon, 24 Apr 2017 18:15:35 +0000 (11:15 -0700)
clrfeatures.cmake

index f7c7c4a..9e986ef 100644 (file)
@@ -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)