summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-05-23 13:55:37 -0700
committerGarrett D'Amore <garrett@damore.org>2018-05-23 13:55:37 -0700
commit3d2d97ddee42a02b8052424bb23e03204bd16177 (patch)
treecc9ee202be4147b198057336597c4385a8c41280
parentfb4110637e4bd1318c6f69d4dafff0965ed2308b (diff)
downloadnanomsg-3d2d97ddee42a02b8052424bb23e03204bd16177.tar.gz
Copy-pasta error from NNG for coverage.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b0aa665..a0446b1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -115,7 +115,7 @@ elseif (CMAKE_C_COMPILER_ID STREQUAL "AppleClang")
set(NN_WARN_FLAGS "-Wall -Wextra")
endif()
-if (NNG_ENABLE_COVERAGE)
+if (NN_ENABLE_COVERAGE)
# NB: This only works for GCC and Clang 3.0 and newer. If your stuff
# is older than that, you will need to find something newer. For
# correct reporting, we always turn off all optimizations.