allow config file interpolation
This commit is contained in:
@ -5,12 +5,9 @@ min_cmake_version: 2.8
|
||||
[cxx]
|
||||
source: ../../../modules/cxx.cmake
|
||||
|
||||
[custom]
|
||||
source: custom/boost_version-components.cmake
|
||||
|
||||
[boost]
|
||||
defaults: {'major': 1, 'minor': 48, 'patch': 0}
|
||||
source: ../../../modules/boost/boost.cmake
|
||||
fetch: http://sourceforge.net/projects/boost/files/boost/1.48.0/boost_1_48_0.zip
|
||||
|
||||
[default_build_paths]
|
||||
source: ../../../modules/default_build_paths.cmake
|
||||
|
@ -1,2 +0,0 @@
|
||||
set(BOOST_MINIMUM_REQUIRED 1.48.0)
|
||||
list(APPEND BOOST_COMPONENTS_REQUIRED)
|
Reference in New Issue
Block a user