Disabled unstable discrete examples bacause they don't build currently
parent
b66dc3586d
commit
75673e28f1
|
@ -24,9 +24,14 @@ set (discrete_excluded_tests
|
||||||
# Add all tests
|
# Add all tests
|
||||||
gtsam_add_subdir_tests(discrete_unstable "${discrete_local_libs}" "${discrete_full_libs}" "${discrete_excluded_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)
|
if (GTSAM_BUILD_EXAMPLES)
|
||||||
foreach(example schedulingExample schedulingQuals12)
|
foreach(example ${discrete_unstable_examples})
|
||||||
add_executable(${example} "examples/${example}.cpp")
|
add_executable(${example} "examples/${example}.cpp")
|
||||||
|
|
||||||
# Disable building during make all/install
|
# Disable building during make all/install
|
||||||
|
|
Loading…
Reference in New Issue