Remove cmake spam

This commit is contained in:
Brad Davis 2018-08-23 12:19:07 -07:00
parent 105a615745
commit b6247e0850
2 changed files with 0 additions and 2 deletions

View file

@ -9,7 +9,6 @@
# #
macro(AUTOSCRIBE_SHADER) macro(AUTOSCRIBE_SHADER)
message(STATUS "Processing shader ${SHADER_FILE}")
unset(SHADER_INCLUDE_FILES) unset(SHADER_INCLUDE_FILES)
# Grab include files # Grab include files
foreach(includeFile ${ARGN}) foreach(includeFile ${ARGN})

View file

@ -8,6 +8,5 @@
macro(TARGET_JSON) macro(TARGET_JSON)
add_dependency_external_projects(json) add_dependency_external_projects(json)
find_package(JSON REQUIRED) find_package(JSON REQUIRED)
message("JSON_INCLUDE_DIRS ${JSON_INCLUDE_DIRS}")
target_include_directories(${TARGET_NAME} PUBLIC ${JSON_INCLUDE_DIRS}) target_include_directories(${TARGET_NAME} PUBLIC ${JSON_INCLUDE_DIRS})
endmacro() endmacro()