From 0b47413fe1d30dbe3cd9f7a794348f73c79017a8 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sun, 4 Oct 2015 13:33:43 +0200 Subject: [PATCH] + fix module dependency of Start and Web --- CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9bef2e9e..8e804b454 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -327,13 +327,17 @@ if(BUILD_JTREADER) set(BUILD_MESH ON) endif(BUILD_JTREADER) +#a runtime dependency +if(BUILD_START) + set(BUILD_WEB ON) +endif(BUILD_START) + #leaving test module for someone else. #image has none. as far as I can tell. #mesh has none. as far as I can tell. #part has none. as far as I can tell. #material has none. as far as I can tell. #web has none. as far as I can tell. -#start has none. as far as I can tell. #assembly has none. as far as I can tell. #plot has none. as far as I can tell. #points has none. as far as I can tell