set cmake Boost find policy.
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 28s
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 28s
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# - musrfit
|
||||
cmake_minimum_required(VERSION 3.17)
|
||||
|
||||
# cmake: use BoostConfig.cmake instead of FindBoost
|
||||
cmake_policy(SET CMP0167 NEW)
|
||||
|
||||
project(musrfit VERSION 1.9.10 LANGUAGES C CXX)
|
||||
|
||||
#--- musrfit specific options -------------------------------------------------
|
||||
|
||||
3
src/external/Nonlocal/prog/CMakeLists.txt
vendored
3
src/external/Nonlocal/prog/CMakeLists.txt
vendored
@@ -2,6 +2,9 @@
|
||||
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
# cmake: use BoostConfig.cmake instead of FindBoost
|
||||
cmake_policy(SET CMP0167 NEW)
|
||||
|
||||
project(dump_nonlocal_field VERSION 1.0.0 LANGUAGES C CXX)
|
||||
|
||||
#--- check for git ------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user