Skip to content

Commit

Permalink
pull the value of ROCK_TEST_BOOST_FORMAT from configuration
Browse files Browse the repository at this point in the history
This is a value that typically needs to be set in CI environments,
make sure that we can do so easily
  • Loading branch information
doudou committed Nov 11, 2019
1 parent 107d3d2 commit ab78e1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@
pkg.define 'ROCK_TEST_LOG_DIR', pkg.test_utility.source_dir
end
pkg.define "CMAKE_EXPORT_COMPILE_COMMANDS", "ON"
pkg.define 'ROCK_TEST_BOOST_FORMAT',
pkg.ws.config.get('rock_test_boost_format', 'XML')
pkg.define 'ROCK_USE_CXX11', Autoproj.config.get('cxx11')
pkg.env_add_path 'QT_PLUGIN_PATH', File.join(pkg.prefix, 'lib', 'qt')
end
Expand Down

0 comments on commit ab78e1a

Please sign in to comment.