From 5639c18c2f31b7098221922a3a5f85e8b0fc8a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lepin?= Date: Tue, 22 Nov 2016 18:34:19 +0100 Subject: [PATCH] Wth did i do --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0a8edf4..4afa112e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ if(WIN32) endif() target_link_libraries(obs-websocket - "${OBS-FRONTEND-API}") + "${OBS_FRONTEND_LIB}") endif() if(UNIX)