File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11include (CMakeFindDependencyMacro)
22list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR} )
3- find_dependency(Boost REQUIRED) # COMPONENTS regex)
3+ find_dependency(Boost REQUIRED COMPONENTS regex )
44find_dependency(Sundials REQUIRED)
55include (${CMAKE_CURRENT_LIST_DIR} /ePhotosynthesisTargets.cmake)
66set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} CACHE INTERNAL "CMAKE_MODULE_PATH" )
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ requirements:
2020 - ninja # [win]
2121 - {{ compiler('cxx') }}
2222 host :
23- - boost >=1.36.0
23+ - libboost-devel >=1.36.0
2424 - sundials >=5.7.0
2525 # - yggdrasil
2626 # - yggdrasil.c
2727 # - yggdrasil.zmq
2828 run :
29- - boost >=1.36.0
29+ - libboost-devel >=1.36.0
3030 - sundials >=5.7.0
3131 # - yggdrasil
3232 # - yggdrasil.c
You can’t perform that action at this time.
0 commit comments