Skip to content

Commit

Permalink
Updated to the latest oatpp version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lganzzzo committed Jan 10, 2020
1 parent a1c6f7e commit e3eee73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ main/build/
# idea
.idea/
cmake-build-debug/
*/cmake-build-debug/
*/cmake-build-debug/

#Mac

**/.DS_Store

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ add_library(${project_name}-lib

## link libs

find_package(oatpp 0.19.11 REQUIRED)
find_package(oatpp 0.19.12 REQUIRED)

target_link_libraries(${project_name}-lib
PUBLIC oatpp::oatpp
Expand Down

0 comments on commit e3eee73

Please sign in to comment.