diff --git a/.gitignore b/.gitignore index dd3d615..c109f33 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,9 @@ main/build/ # idea .idea/ cmake-build-debug/ -*/cmake-build-debug/ \ No newline at end of file +*/cmake-build-debug/ + +#Mac + +**/.DS_Store + diff --git a/CMakeLists.txt b/CMakeLists.txt index 7052cfe..3c61749 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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