From c75d5b57ac727a6380f7444323fadc3e50641e20 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 21 Apr 2021 21:56:44 +0200 Subject: CMakeLists.txt: Fix typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}") -- cgit v1.2.3