From eb6159767b8b232eccbbda191210b3f837863cb2 Mon Sep 17 00:00:00 2001
From: patrick96
Date: Sun, 8 Apr 2018 05:30:46 +0200
Subject: [PATCH] tests: Remove log message
---
tests/CMakeLists.txt | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index eb9d4415..8981b5a9 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -7,8 +7,6 @@ include_directories(${dirs})
include_directories(${PROJECT_SOURCE_DIR}/src)
include_directories(${CMAKE_CURRENT_LIST_DIR})
-message(STATUS "BIN ${CMAKE_BINARY_DIR}")
-
# Download and unpack googletest at configure time {{{
configure_file(
CMakeLists.txt.in