From 475a89af12943f94e0e416aec9bf8221e2a36430 Mon Sep 17 00:00:00 2001 From: Bernard Teo Date: Sat, 9 Jul 2022 23:28:16 +0800 Subject: [PATCH] Build: Remove stray message --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ca999f..b3c360b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,8 +29,6 @@ if(NOT DEFINED CMAKE_CXX_STANDARD) set (CMAKE_CXX_STANDARD 23) endif() -message("Target: ${CMAKE_OSX_DEPLOYMENT_TARGET}") - add_subdirectory(src) option(NFD_BUILD_TESTS "Build tests for nfd" OFF)