From 3fe636344e0d09d7194687fa70ff3881476c27af Mon Sep 17 00:00:00 2001 From: Indy Date: Mon, 6 Jul 2020 11:16:13 -0700 Subject: Print NNG configuring message to STATUS mode. The default mode under default configration prints to stderr, some build tools take this to mean an error has occured incorrectlly. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7125e572..966d396b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -80,7 +80,7 @@ endif () set(NNG_ABI_SOVERSION 1) set(NNG_ABI_VERSION "${NNG_MAJOR_VERSION}.${NNG_MINOR_VERSION}.${NNG_PATCH_VERSION}${NNG_PRERELEASE}") set(NNG_PACKAGE_VERSION "${NNG_ABI_VERSION}") -message("Configuring for NNG version ${NNG_ABI_VERSION}") +message(STATUS "Configuring for NNG version ${NNG_ABI_VERSION}") # User-defined options. -- cgit v1.2.3-70-g09d2