Skip to content

Commit 8ba44f7

Browse files
committed
Set ABSL_PROPAGATE_CXX_STD to fix USE_STEAMWEBRTC compile
1 parent 37f28a7 commit 8ba44f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ endmacro()
123123

124124
# If WebRTC enabled, build the thin wrapper library
125125
if(USE_STEAMWEBRTC)
126+
set(ABSL_PROPAGATE_CXX_STD ON)
126127
add_subdirectory(external/steamwebrtc)
127128
endif(USE_STEAMWEBRTC)
128129

0 commit comments

Comments
 (0)