Disabled unstable discrete examples bacause they don't build currently

release/4.3a0
Alex Cunningham 2012-05-21 20:21:09 +00:00
parent b66dc3586d
commit 75673e28f1
1 changed files with 7 additions and 2 deletions

View File

@ -24,9 +24,14 @@ set (discrete_excluded_tests
# Add all tests
gtsam_add_subdir_tests(discrete_unstable "${discrete_local_libs}" "${discrete_full_libs}" "${discrete_excluded_tests}")
# add examples
# List examples to build - comment out here to exclude from compilation
set(discrete_unstable_examples
#schedulingExample
#schedulingQuals12
)
if (GTSAM_BUILD_EXAMPLES)
foreach(example schedulingExample schedulingQuals12)
foreach(example ${discrete_unstable_examples})
add_executable(${example} "examples/${example}.cpp")
# Disable building during make all/install