From 287bfc11cb497d58ab73df7625ff78b736245aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= Date: Wed, 20 Dec 2017 12:09:41 -0700 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dc8f397..024188f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -162,16 +162,20 @@ message( STATUS "Software Version: ${VERSION}" ) IF(${CMAKE_SYSTEM_NAME} MATCHES "Linux" OR ${CMAKE_SYSTEM_NAME} MATCHES "Darwin") # ========================================================================== - # BETA : package manager for G3Log,. not yet reliable. Use at your own risk - # only tested on Ubuntu and CentOS - # - # For OSX you can install an older version using 'brew install' + # Only tested on Ubuntu, CentOS and OSX. + # For OSX you can also install an older version using 'brew install' # # ========================================================================== - # Package handling is done AFTER all other CMake setup - # usage: make package - # Check the output result and install accordingly. - # ========================================================================== + # + # Alternative 1: + # Package handling is done AFTER all other CMake setup + # usage: make package + # Check the output result and install accordingly. + # + # Alternative 2: + # usage: make; sudo make install + # + ========================================================================== INCLUDE (${g3log_SOURCE_DIR}/CPackLists.txt) ENDIF()