mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-23 15:45:08 +00:00
107 lines
2.4 KiB
INI
107 lines
2.4 KiB
INI
|
# This file is configured by CMake automatically as DartConfiguration.tcl
|
||
|
# If you choose not to use CMake, this file may be hand configured, by
|
||
|
# filling in the required variables.
|
||
|
|
||
|
|
||
|
# Configuration directories and files
|
||
|
SourceDirectory: /home/bjorn/Documents/ros-projects/control_ws/src/example_2
|
||
|
BuildDirectory: /home/bjorn/Documents/ros-projects/control_ws/build/ros2_control_demo_example_2
|
||
|
|
||
|
# Where to place the cost data store
|
||
|
CostDataFile:
|
||
|
|
||
|
# Site is something like machine.domain, i.e. pragmatic.crd
|
||
|
Site: NUC01
|
||
|
|
||
|
# Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
|
||
|
BuildName:
|
||
|
|
||
|
# Subprojects
|
||
|
LabelsForSubprojects:
|
||
|
|
||
|
# Submission information
|
||
|
SubmitURL:
|
||
|
SubmitInactivityTimeout:
|
||
|
|
||
|
# Dashboard start time
|
||
|
NightlyStartTime:
|
||
|
|
||
|
# Commands for the build/test/submit cycle
|
||
|
ConfigureCommand: "/home/bjorn/.local/lib/python3.10/site-packages/cmake/data/bin/cmake" "/home/bjorn/Documents/ros-projects/control_ws/src/example_2"
|
||
|
MakeCommand:
|
||
|
DefaultCTestConfigurationType:
|
||
|
|
||
|
# version control
|
||
|
UpdateVersionOnly:
|
||
|
|
||
|
# CVS options
|
||
|
# Default is "-d -P -A"
|
||
|
CVSCommand:
|
||
|
CVSUpdateOptions:
|
||
|
|
||
|
# Subversion options
|
||
|
SVNCommand:
|
||
|
SVNOptions:
|
||
|
SVNUpdateOptions:
|
||
|
|
||
|
# Git options
|
||
|
GITCommand:
|
||
|
GITInitSubmodules:
|
||
|
GITUpdateOptions:
|
||
|
GITUpdateCustom:
|
||
|
|
||
|
# Perforce options
|
||
|
P4Command:
|
||
|
P4Client:
|
||
|
P4Options:
|
||
|
P4UpdateOptions:
|
||
|
P4UpdateCustom:
|
||
|
|
||
|
# Generic update command
|
||
|
UpdateCommand:
|
||
|
UpdateOptions:
|
||
|
UpdateType:
|
||
|
|
||
|
# Compiler info
|
||
|
Compiler: /usr/bin/c++
|
||
|
CompilerVersion: 11.3.0
|
||
|
|
||
|
# Dynamic analysis (MemCheck)
|
||
|
PurifyCommand:
|
||
|
ValgrindCommand:
|
||
|
ValgrindCommandOptions:
|
||
|
DrMemoryCommand:
|
||
|
DrMemoryCommandOptions:
|
||
|
CudaSanitizerCommand:
|
||
|
CudaSanitizerCommandOptions:
|
||
|
MemoryCheckType:
|
||
|
MemoryCheckSanitizerOptions:
|
||
|
MemoryCheckCommand:
|
||
|
MemoryCheckCommandOptions:
|
||
|
MemoryCheckSuppressionFile:
|
||
|
|
||
|
# Coverage
|
||
|
CoverageCommand:
|
||
|
CoverageExtraFlags:
|
||
|
|
||
|
# Testing options
|
||
|
# TimeOut is the amount of time in seconds to wait for processes
|
||
|
# to complete during testing. After TimeOut seconds, the
|
||
|
# process will be summarily terminated.
|
||
|
# Currently set to 25 minutes
|
||
|
TimeOut:
|
||
|
|
||
|
# During parallel testing CTest will not start a new test if doing
|
||
|
# so would cause the system load to exceed this value.
|
||
|
TestLoad:
|
||
|
|
||
|
UseLaunchers:
|
||
|
CurlOptions:
|
||
|
# warning, if you add new options here that have to do with submit,
|
||
|
# you have to update cmCTestSubmitCommand.cxx
|
||
|
|
||
|
# For CTest submissions that timeout, these options
|
||
|
# specify behavior for retrying the submission
|
||
|
CTestSubmitRetryDelay:
|
||
|
CTestSubmitRetryCount:
|