Skip to content

Commit 9651133

Browse files
authored
fix: restore verbose_message functionality in test/CMakeLists.txt (#50)
1 parent ff7d51c commit 9651133

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ cmake_minimum_required(VERSION 3.15)
44
# Project details
55
#
66

7+
set(${CMAKE_PROJECT_NAME}Tests_VERBOSE_OUTPUT ${PROJECT_NAME}_VERBOSE_OUTPUT)
8+
79
project(
810
${CMAKE_PROJECT_NAME}Tests
911
LANGUAGES CXX

0 commit comments

Comments
 (0)