From 8af4e033d9b5dca75adcf46b36a32e8aa1dd90f5 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Fri, 20 May 2016 21:02:16 +0200 Subject: [PATCH] convert boost tests to new form --- test/boost_header_only/cmake/autocmake.yml | 33 +++++++++++++--------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/test/boost_header_only/cmake/autocmake.yml b/test/boost_header_only/cmake/autocmake.yml index e76db41..43f5d47 100644 --- a/test/boost_header_only/cmake/autocmake.yml +++ b/test/boost_header_only/cmake/autocmake.yml @@ -1,16 +1,21 @@ -[project] name: example min_cmake_version: 2.8 - -[cxx] -source: ../../../modules/cxx.cmake - -[boost] -override: {'major': 1, 'minor': 48, 'patch': 0} -source: ../../../modules/boost/boost.cmake - -[default_build_paths] -source: ../../../modules/default_build_paths.cmake - -[src] -source: ../../../modules/src.cmake +modules: +- cxx: + - source: ../../../modules/cxx.cmake +- mpi: + - source: ../../../modules/mpi.cmake +- python_interpreter: + - source: ../../../modules/python_interpreter.cmake +- python_libs: + - source: ../../../modules/python_libs.cmake +- boost: + - major: 1 + - minor: 59 + - patch: 0 + - components: 'mpi;serialization;python' + - source: ../../../modules/boost/boost.cmake +- default_build_paths: + - source: ../../../modules/default_build_paths.cmake +- src: + - source: ../../../modules/src.cmake