We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b6248 commit 9df55e1Copy full SHA for 9df55e1
CMakeLists.txt
@@ -15,8 +15,8 @@ add_library(${project_name}-lib
15
16
## link libs
17
18
-find_package(oatpp 1.2.5 REQUIRED)
19
-find_package(oatpp-curl 1.2.5 REQUIRED)
+find_package(oatpp 1.3.0 REQUIRED)
+find_package(oatpp-curl 1.3.0 REQUIRED)
20
21
target_link_libraries(${project_name}-lib
22
PUBLIC oatpp::oatpp
azure-pipelines.yml
@@ -4,11 +4,11 @@
4
# https://aka.ms/yaml
5
6
jobs:
7
- - job: ubuntu_16_04
8
- displayName: 'Build - Ubuntu 16.04'
+ - job: ubuntu_20_04
+ displayName: 'Build - Ubuntu 20.04'
9
continueOnError: false
10
pool:
11
- vmImage: 'Ubuntu 16.04'
+ vmImage: 'ubuntu-20.04'
12
container:
13
image: lganzzzo/ubuntu-cmake-curl:latest
14
workspace:
0 commit comments