Remove leftover message from debugging

This commit is contained in:
Martchus 2021-01-01 18:35:49 +01:00
parent 7ad2a9818d
commit 47f7252bc0
1 changed files with 0 additions and 3 deletions

View File

@ -100,9 +100,6 @@ else ()
# use the project folder itself
set(TARGET_INCLUDE_DIRECTORY_BUILD_INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/..")
endif ()
if (META_PROJECT_NAME STREQUAL reflective_rapidjson)
message(STATUS "TARGET_INCLUDE_DIRECTORY_BUILD_INTERFACE: ${TARGET_INCLUDE_DIRECTORY_BUILD_INTERFACE}")
endif ()
# add target for building the library
if (BUILD_SHARED_LIBS)