diff --git a/libwebrtc/LibWebRTCTargets-debug.cmake b/libwebrtc/LibWebRTCTargets-debug.cmake index ba5ec8a..ab87714 100644 --- a/libwebrtc/LibWebRTCTargets-debug.cmake +++ b/libwebrtc/LibWebRTCTargets-debug.cmake @@ -6,7 +6,7 @@ set(CMAKE_IMPORT_FILE_VERSION 1) # Import target "webrtc" for configuration "Debug" -set_property(TARGET webrtc APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) +set_property(TARGET webrtc APPEND PROPERTY IMPORTED_CONFIGURATIONS Debug) if (MSVC) set(_WEBRTC_LIBRARY_PATH "${_IMPORT_PREFIX}/lib/webrtcd.lib") diff --git a/libwebrtc/LibWebRTCTargets-release.cmake b/libwebrtc/LibWebRTCTargets-release.cmake index bf5400a..59234eb 100644 --- a/libwebrtc/LibWebRTCTargets-release.cmake +++ b/libwebrtc/LibWebRTCTargets-release.cmake @@ -6,7 +6,7 @@ set(CMAKE_IMPORT_FILE_VERSION 1) # Import target "webrtc" for configuration "Release" -set_property(TARGET webrtc APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_property(TARGET webrtc APPEND PROPERTY IMPORTED_CONFIGURATIONS Release) if (MSVC) set(_WEBRTC_LIBRARY_PATH "${_IMPORT_PREFIX}/lib/webrtc.lib")