mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
chore(build): add transitive dependency guard
This commit is contained in:
parent
9e00ad7036
commit
189df406e6
1 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,11 @@ if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
|
|||
)
|
||||
endif()
|
||||
|
||||
if(TARGET storm)
|
||||
# Guard for use as transitive dependency
|
||||
return()
|
||||
endif()
|
||||
|
||||
# Project
|
||||
project(storm)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue