diff options
| author | Indy <iray@telltale.com> | 2020-07-06 11:16:13 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-07-06 15:13:11 -0700 |
| commit | 3fe636344e0d09d7194687fa70ff3881476c27af (patch) | |
| tree | 368c9370899cd2b317a2a9af7e64521848e4a018 /CMakeLists.txt | |
| parent | d0ac83e34bde86e1fa888677adf7c99217e3205a (diff) | |
| download | nng-3fe636344e0d09d7194687fa70ff3881476c27af.tar.gz nng-3fe636344e0d09d7194687fa70ff3881476c27af.tar.bz2 nng-3fe636344e0d09d7194687fa70ff3881476c27af.zip | |
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.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
