From 98b1320820cb905ab27d779477270e03049136bd Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 11 Dec 2023 10:21:16 -0600 Subject: [PATCH] remove print --- cmake/cmaize/cmaize_impl.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/cmaize/cmaize_impl.cmake b/cmake/cmaize/cmaize_impl.cmake index 6761a06a..f0f77738 100644 --- a/cmake/cmaize/cmaize_impl.cmake +++ b/cmake/cmaize/cmaize_impl.cmake @@ -14,8 +14,6 @@ include_guard() -message("CMaize Version 1.0.0") - if("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}") set(_msg "The build directory (${CMAKE_BINARY_DIR}) is the same as the ") string(APPEND _msg "current source directory (${CMAKE_CURRENT_SOURCE_DIR})")