Skip to content

Commit 7a85a63

Browse files
author
Danilo
committed
remove debug messages
1 parent 8f08422 commit 7a85a63

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ else()
6565
message(STATUS "Using toolchain file: ${CMAKE_TOOLCHAIN_FILE}")
6666
endif()
6767

68-
message(STATUS "CMAKE_TOOLCHAIN_FILE_3 = ${CMAKE_TOOLCHAIN_FILE}")
6968
# Create depthai project
7069
project(depthai VERSION "3.0.0" LANGUAGES CXX C)
7170
set(DEPTHAI_PRE_RELEASE_TYPE "") # Valid options are "alpha", "beta", "rc", ""

cmake/sanitizers/FindTSan.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ set(FLAG_CANDIDATES
2828
"-g -fsanitize=thread"
2929
)
3030

31-
message("pucpuc")
3231
# ThreadSanitizer is not compatible with MemorySanitizer.
3332
if (SANITIZE_THREAD AND SANITIZE_MEMORY)
3433
message(FATAL_ERROR "ThreadSanitizer is not compatible with "

0 commit comments

Comments
 (0)