From 052a1f803c7859d065360fe080da6fc65bbe5762 Mon Sep 17 00:00:00 2001 From: bjorn Date: Sun, 23 Jul 2017 22:56:45 -0700 Subject: [PATCH] Fix CMake warning; --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d9b70647..ed9c278b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,6 +67,7 @@ elseif(NOT EMSCRIPTEN) include_directories(${GLFW_INCLUDE_DIRS}) set(LOVR_GLFW ${GLFW_LIBRARIES}) endif() +unset(LIB_SUFFIX CACHE) # Lua if(EMSCRIPTEN)