diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ed16f4..9a6ea5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)