Skip to content

Commit

Permalink
addressed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
darren-harton committed Apr 20, 2020
1 parent 8bf329a commit 1defbbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/OatppWebSocketExternalProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ include(${CMAKE_CURRENT_LIST_DIR}/OatppExternalProject.cmake)
set(ROBOT_FARM_OATPP_WEBSOCKET_URL
"https://github.com/oatpp/oatpp-websocket/archive/1.0.0.zip"
CACHE STRING
"URL of the oatpp source archive")
"URL of the oatpp-websocket source archive")

externalproject_add(OatppWebsocketExternalProject
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/oatpp
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/oatpp-websocket
URL ${ROBOT_FARM_OATPP_WEBSOCKET_URL}
DOWNLOAD_NO_PROGRESS ON
CMAKE_ARGS
Expand Down

0 comments on commit 1defbbb

Please sign in to comment.