diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c791df3..e6cc77f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,4 +59,4 @@ endif() # Display config info message(STATUS "Install prefix: ${CMAKE_INSTALL_PREFIX}") -message(STATUS "Unit tests:: ${ENABLE_TESTS}") +message(STATUS "Unit tests: ${ENABLE_TESTS}") |