chore(build): add transitive dependency guard

This commit is contained in:
fallenoak 2020-11-23 22:57:50 -06:00
parent 9e00ad7036
commit 189df406e6
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() endif()
if(TARGET storm)
# Guard for use as transitive dependency
return()
endif()
# Project # Project
project(storm) project(storm)