mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 02:22:30 +00:00
chore(build): add transitive dependency guard
This commit is contained in:
parent
eba3f5734a
commit
1749ef2496
1 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue