Browse Source

Update Oat++ to the latest version (#5443)

Leonid Stryzhevskyi 5 years ago
parent
commit
bf661392e8

+ 1 - 1
frameworks/C++/oatpp/oatpp-async-no-mp.dockerfile

@@ -9,7 +9,7 @@ RUN git clone https://github.com/oatpp/oatpp
 
 WORKDIR /test/oatpp
 
-RUN git checkout afbafe447ff447db5ab227022eb4a568da97d16b
+RUN git checkout 27c46444dbac6af79172b1600c7fcc99ff6df42b
 
 WORKDIR /test/oatpp/build
 

+ 1 - 1
frameworks/C++/oatpp/oatpp-async.dockerfile

@@ -9,7 +9,7 @@ RUN git clone https://github.com/oatpp/oatpp
 
 WORKDIR /test/oatpp
 
-RUN git checkout afbafe447ff447db5ab227022eb4a568da97d16b
+RUN git checkout 27c46444dbac6af79172b1600c7fcc99ff6df42b
 
 WORKDIR /test/oatpp/build
 

+ 1 - 1
frameworks/C++/oatpp/oatpp-no-mp.dockerfile

@@ -9,7 +9,7 @@ RUN git clone https://github.com/oatpp/oatpp
 
 WORKDIR /test/oatpp
 
-RUN git checkout afbafe447ff447db5ab227022eb4a568da97d16b
+RUN git checkout 27c46444dbac6af79172b1600c7fcc99ff6df42b
 
 WORKDIR /test/oatpp/build
 

+ 1 - 1
frameworks/C++/oatpp/oatpp.dockerfile

@@ -9,7 +9,7 @@ RUN git clone https://github.com/oatpp/oatpp
 
 WORKDIR /test/oatpp
 
-RUN git checkout afbafe447ff447db5ab227022eb4a568da97d16b
+RUN git checkout 27c46444dbac6af79172b1600c7fcc99ff6df42b
 
 WORKDIR /test/oatpp/build
 

+ 1 - 1
frameworks/C++/oatpp/src-async/CMakeLists.txt

@@ -19,7 +19,7 @@ add_executable(${project_name}
 
 ## link libs
 
-find_package(oatpp 0.19.12 REQUIRED)
+find_package(oatpp  1.0.0 REQUIRED)
 find_package(mimalloc 1.0 REQUIRED)
 
 target_link_libraries(${project_name}

+ 1 - 1
frameworks/C++/oatpp/src-thread/CMakeLists.txt

@@ -19,7 +19,7 @@ add_executable(${project_name}
 
 ## link libs
 
-find_package(oatpp 0.19.12 REQUIRED)
+find_package(oatpp  1.0.0 REQUIRED)
 find_package(mimalloc 1.0 REQUIRED)
 
 target_link_libraries(${project_name}