Skip to content

Commit

Permalink
Make path settable by user (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
hokyungh authored Aug 9, 2024
1 parent 0328165 commit 1870350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chime-sdk-signaling-cpp/demo/cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(CMAKE_CXX_STANDARD 17)
set(CLI_NAME my_cli)
set(WORKSPACE_SRC "${CMAKE_CURRENT_SOURCE_DIR}/../../../.." CACHE INTERNAL "Path to the workspace containing this project and its internal dependencies")
set(CHIME_SIGNAL_SRC "${CMAKE_CURRENT_SOURCE_DIR}/../..")
set(VANILLA_WEBRTC_SRC "${WORKSPACE_SRC}/webrtc-build")
set(VANILLA_WEBRTC_SRC "${WORKSPACE_SRC}/webrtc-build" CACHE STRING "Path to webRTC folder")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")

if(NOT CMAKE_BUILD_TYPE)
Expand Down

0 comments on commit 1870350

Please sign in to comment.