Skip to content

Commit

Permalink
Merge branch 'master' of github.com:oatpp/oatpp-zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
lganzzzo committed Dec 21, 2020
2 parents c281593 + b4e443e commit 1846f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ elseif(OATPP_MODULES_LOCATION STREQUAL OATPP_MODULES_LOCATION_CUSTOM)
message("OATPP_DIR_LIB --> '${OATPP_DIR_LIB}'")

else()
message("FATAL_ERROR Unknown location to find oatpp '${OATPP_MODULES_LOCATION}'")
message(FATAL_ERROR "Unknown location to find oatpp '${OATPP_MODULES_LOCATION}'")
endif()

if(OATPP_DIR_LIB)
Expand Down

0 comments on commit 1846f75

Please # to comment.