@@ -103,6 +103,7 @@ jobs:
103
103
-DLXGUI_BUILD_EXAMPLES=OFF \
104
104
-DLXGUI_DEV=ON \
105
105
-DCMAKE_INSTALL_PREFIX=`pwd`/../install \
106
+ -DCMAKE_POLICY_DEFAULT_CMP0091=NEW \
106
107
${{matrix.platform.cmake-flags}}
107
108
108
109
- name : Build
@@ -128,7 +129,8 @@ jobs:
128
129
cmake ../examples/sdl${{matrix.platform.suffix}} \
129
130
-DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
130
131
-DCMAKE_TOOLCHAIN_FILE=`pwd`/../dependencies/conan_toolchain.cmake \
131
- -DCMAKE_PREFIX_PATH=`pwd`/../install
132
+ -DCMAKE_PREFIX_PATH=`pwd`/../install \
133
+ -DCMAKE_POLICY_DEFAULT_CMP0091=NEW
132
134
cmake --build . --config ${BUILD_TYPE} --parallel 2
133
135
134
136
- name : Build example OpenGL-SDL
@@ -140,7 +142,8 @@ jobs:
140
142
cmake ../examples/opengl-sdl${{matrix.platform.suffix}} \
141
143
-DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
142
144
-DCMAKE_TOOLCHAIN_FILE=`pwd`/../dependencies/conan_toolchain.cmake \
143
- -DCMAKE_PREFIX_PATH=`pwd`/../install
145
+ -DCMAKE_PREFIX_PATH=`pwd`/../install \
146
+ -DCMAKE_POLICY_DEFAULT_CMP0091=NEW
144
147
cmake --build . --config ${BUILD_TYPE} --parallel 2
145
148
146
149
- name : Build example SFML
@@ -153,7 +156,8 @@ jobs:
153
156
cmake ../examples/sfml${{matrix.platform.suffix}} \
154
157
-DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
155
158
-DCMAKE_TOOLCHAIN_FILE=`pwd`/../dependencies/conan_toolchain.cmake \
156
- -DCMAKE_PREFIX_PATH=`pwd`/../install
159
+ -DCMAKE_PREFIX_PATH=`pwd`/../install \
160
+ -DCMAKE_POLICY_DEFAULT_CMP0091=NEW
157
161
cmake --build . --config ${BUILD_TYPE} --parallel 2
158
162
159
163
- name : Build example OpenGL-SFML
@@ -166,7 +170,8 @@ jobs:
166
170
cmake ../examples/opengl-sfml${{matrix.platform.suffix}} \
167
171
-DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
168
172
-DCMAKE_TOOLCHAIN_FILE=`pwd`/../dependencies/conan_toolchain.cmake \
169
- -DCMAKE_PREFIX_PATH=`pwd`/../install
173
+ -DCMAKE_PREFIX_PATH=`pwd`/../install \
174
+ -DCMAKE_POLICY_DEFAULT_CMP0091=NEW
170
175
cmake --build . --config ${BUILD_TYPE} --parallel 2
171
176
172
177
- name : Prepare publish package
0 commit comments