chore(build): add transitive dependency guard

This commit is contained in:
fallenoak 2020-11-23 22:48:05 -06:00
parent eba3f5734a
commit 1749ef2496
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D

View file

@ -8,6 +8,11 @@ if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
)
endif()
if(TARGET tempest)
# Guard for use as transitive dependency
return()
endif()
# Project
project(tempest)