Fixing tools build

This commit is contained in:
Brad Davis 2019-10-04 09:26:33 -07:00
parent cc1be64850
commit 88514540d1

View file

@ -42,7 +42,9 @@ if (BUILD_TOOLS)
check_test(${TOOL})
if (${BUILD_TOOL_RESULT})
add_subdirectory(${TOOL})
set_target_properties(${TOOL} PROPERTIES FOLDER "Tools")
if (TARGET ${TOOL})
set_target_properties(${TOOL} PROPERTIES FOLDER "Tools")
endif()
endif()
endforeach()
endif()