Skip to content

Commit 970b0ca

Browse files
committed
include example data in installation
required by vistle
1 parent e3c0e59 commit 970b0ca

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,8 @@ IF(UNIX)
395395
ENDIF(UNIX)
396396
SET(install_files_exclude "${install_files_exclude}|bin/sasuctrl")
397397
if(COVISE_BUILD_ONLY_COVER)
398-
SET(install_files_exclude "${install_files_exclude}|share/covise/example-data|share/covise/signals|share/covise/web")
398+
#SET(install_files_exclude "${install_files_exclude}|share/covise/example-data")
399+
SET(install_files_exclude "${install_files_exclude}|share/covise/signals|share/covise/web")
399400
endif()
400401
SET(install_files_exclude "${install_files_exclude})")
401402

0 commit comments

Comments
 (0)