Remove debug messages from CMake code

This commit is contained in:
Patrick Kappl
2024-01-11 14:36:09 +01:00
parent 5fbe226e11
commit 600af53fae
-10
View File
@@ -11,13 +11,3 @@ target_include_directories(${DEMO_NAME}
PRIVATE
"${CMAKE_SOURCE_DIR}/sdk_core/include/third_party/cmdline"
)
message("----- CMAKE_SOURCE_DIR = ${CMAKE_SOURCE_DIR}")
message("----- CMAKE_CURRENT_SOURCE_DIR = ${CMAKE_CURRENT_SOURCE_DIR}")
message("----- CMAKE_BINARY_DIR = ${CMAKE_BINARY_DIR}")
message("----- CMAKE_CURRENT_BINARY_DIR = ${CMAKE_CURRENT_BINARY_DIR}")
message("----- PROJECT_SOURCE_DIR = ${PROJECT_SOURCE_DIR}")
get_target_property(incl_dirs ${DEMO_NAME} INCLUDE_DIRECTORIES)
message("----- ${DEMO_NAME} incl dirs = ${incl_dirs}")