convert boost tests to new form
This commit is contained in:
parent
bfeef557e7
commit
8af4e033d9
@ -1,16 +1,21 @@
|
|||||||
[project]
|
|
||||||
name: example
|
name: example
|
||||||
min_cmake_version: 2.8
|
min_cmake_version: 2.8
|
||||||
|
modules:
|
||||||
[cxx]
|
- cxx:
|
||||||
source: ../../../modules/cxx.cmake
|
- source: ../../../modules/cxx.cmake
|
||||||
|
- mpi:
|
||||||
[boost]
|
- source: ../../../modules/mpi.cmake
|
||||||
override: {'major': 1, 'minor': 48, 'patch': 0}
|
- python_interpreter:
|
||||||
source: ../../../modules/boost/boost.cmake
|
- source: ../../../modules/python_interpreter.cmake
|
||||||
|
- python_libs:
|
||||||
[default_build_paths]
|
- source: ../../../modules/python_libs.cmake
|
||||||
source: ../../../modules/default_build_paths.cmake
|
- boost:
|
||||||
|
- major: 1
|
||||||
[src]
|
- minor: 59
|
||||||
source: ../../../modules/src.cmake
|
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user