fix boost test autocmake.yml files
This commit is contained in:
parent
0c42f1a9af
commit
8b055107ca
@ -3,17 +3,10 @@ min_cmake_version: 2.8
|
|||||||
modules:
|
modules:
|
||||||
- cxx:
|
- cxx:
|
||||||
- source: ../../../modules/cxx.cmake
|
- source: ../../../modules/cxx.cmake
|
||||||
- mpi:
|
|
||||||
- source: ../../../modules/mpi.cmake
|
|
||||||
- python_interpreter:
|
|
||||||
- source: ../../../modules/python_interpreter.cmake
|
|
||||||
- python_libs:
|
|
||||||
- source: ../../../modules/python_libs.cmake
|
|
||||||
- boost:
|
- boost:
|
||||||
- major: 1
|
- major: 1
|
||||||
- minor: 59
|
- minor: 48
|
||||||
- patch: 0
|
- patch: 0
|
||||||
- components: 'mpi;serialization;python'
|
|
||||||
- source: ../../../modules/boost/boost.cmake
|
- source: ../../../modules/boost/boost.cmake
|
||||||
- default_build_paths:
|
- default_build_paths:
|
||||||
- source: ../../../modules/default_build_paths.cmake
|
- source: ../../../modules/default_build_paths.cmake
|
||||||
|
@ -1,25 +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:
|
||||||
[mpi]
|
- source: ../../../modules/mpi.cmake
|
||||||
source: ../../../modules/mpi.cmake
|
- python_interpreter:
|
||||||
|
- source: ../../../modules/python_interpreter.cmake
|
||||||
[python_interpreter]
|
- python_libs:
|
||||||
source: ../../../modules/python_interpreter.cmake
|
- source: ../../../modules/python_libs.cmake
|
||||||
|
- boost:
|
||||||
[python_libs]
|
- major: 1
|
||||||
source: ../../../modules/python_libs.cmake
|
- minor: 59
|
||||||
|
- patch: 0
|
||||||
[boost]
|
- components: 'mpi;serialization;python'
|
||||||
override: {'major': 1, 'minor': 59, 'patch': 0, 'components': 'mpi;serialization;python'}
|
- source: ../../../modules/boost/boost.cmake
|
||||||
source: ../../../modules/boost/boost.cmake
|
- default_build_paths:
|
||||||
|
- source: ../../../modules/default_build_paths.cmake
|
||||||
[default_build_paths]
|
- src:
|
||||||
source: ../../../modules/default_build_paths.cmake
|
- source: ../../../modules/src.cmake
|
||||||
|
|
||||||
[src]
|
|
||||||
source: ../../../modules/src.cmake
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user