Fix build with RelWithDebInfo target in non-packaged mode
This commit is contained in:
parent
6c5ac4cae9
commit
e8fba0e1b8
1 changed files with 1 additions and 1 deletions
2
external/webrtc/CMakeLists.txt
vendored
2
external/webrtc/CMakeLists.txt
vendored
|
|
@ -12,7 +12,7 @@ if (DESKTOP_APP_USE_PACKAGED)
|
|||
target_link_libraries(external_webrtc INTERFACE tg_owt::tg_owt)
|
||||
else()
|
||||
set(webrtc_loc ${libs_loc}/tg_owt/src)
|
||||
set(webrtc_build_loc ${libs_loc}/tg_owt/out/$<CONFIG>)
|
||||
set(webrtc_build_loc ${libs_loc}/tg_owt/out/$<IF:$<CONFIG:Debug>,Debug,Release>)
|
||||
|
||||
target_compile_definitions(external_webrtc
|
||||
INTERFACE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue