File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 80
80
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
81
81
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
82
82
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
83
+ -DCMAKE_POLICY_DEFAULT_CMP0144=NEW
83
84
-S ${{ github.workspace }}
84
85
-DCMAKE_INSTALL_PREFIX=${{ steps.strings.outputs.install-dir }}
85
86
95
96
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
96
97
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
97
98
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
99
+ -DCMAKE_POLICY_DEFAULT_CMP0144=NEW
98
100
-S ${{ github.workspace }}/examples
99
101
-DCMAKE_PREFIX_PATH=${{ steps.strings.outputs.install-dir }}
100
102
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if(CMAKE_GENERATOR STREQUAL "Ninja")
28
28
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fdiagnostics-color=always" )
29
29
endif ()
30
30
31
- find_package (Boost 1.70 COMPONENTS context REQUIRED)
31
+ find_package (Boost 1.70 CONFIG COMPONENTS context REQUIRED)
32
32
33
33
include (FetchContent)
34
34
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set(SIMSYCL_LIBRARY SimSYCL::simsycl)
14
14
set (SIMSYCL_ORIGINAL_CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH} " )
15
15
set (CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH} " "${SIMSYCL_CMAKE_DIR} " )
16
16
17
- find_dependency(Boost 1.70 COMPONENTS context REQUIRED)
17
+ find_dependency(Boost 1.70 CONFIG COMPONENTS context REQUIRED)
18
18
find_dependency(nlohmann_json)
19
19
find_dependency(libenvpp)
20
20
You can’t perform that action at this time.
0 commit comments