summaryrefslogtreecommitdiff
path: root/compileoptions.cmake
diff options
context:
space:
mode:
authorOmair Majid <omair.majid@gmail.com>2017-06-06 13:28:09 -0400
committerJan Vorlicek <janvorli@microsoft.com>2017-06-06 19:28:09 +0200
commit794eca076a882fcd2639fa692ca457150940231b (patch)
treec815b812de47367bd55cbd7fd4f8ab3655427171 /compileoptions.cmake
parentb23a11e834074e3e030b42fc8d93083e15b7545d (diff)
downloadcoreclr-794eca076a882fcd2639fa692ca457150940231b.tar.gz
coreclr-794eca076a882fcd2639fa692ca457150940231b.tar.bz2
coreclr-794eca076a882fcd2639fa692ca457150940231b.zip
Rename CMAKE_ENABLE_CODE_COVERAGE to CLR_CMAKE_ENABLE_CODE_COVERAGE (#12106)
Diffstat (limited to 'compileoptions.cmake')
-rw-r--r--compileoptions.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/compileoptions.cmake b/compileoptions.cmake
index 718e9d34f1..9f9f28eaf5 100644
--- a/compileoptions.cmake
+++ b/compileoptions.cmake
@@ -123,7 +123,7 @@ if (WIN32)
endif (WIN32)
-if(CMAKE_ENABLE_CODE_COVERAGE)
+if(CLR_CMAKE_ENABLE_CODE_COVERAGE)
if(CLR_CMAKE_PLATFORM_UNIX)
string(TOUPPER ${CMAKE_BUILD_TYPE} UPPERCASE_CMAKE_BUILD_TYPE)
@@ -140,4 +140,4 @@ if(CMAKE_ENABLE_CODE_COVERAGE)
message(FATAL_ERROR "Code coverage builds not supported on current platform")
endif(CLR_CMAKE_PLATFORM_UNIX)
-endif(CMAKE_ENABLE_CODE_COVERAGE)
+endif(CLR_CMAKE_ENABLE_CODE_COVERAGE)