Fix CMake warning;

This commit is contained in:
bjorn 2017-07-23 22:56:45 -07:00
parent 112e6f8f00
commit 052a1f803c
1 changed files with 1 additions and 0 deletions

View File

@ -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)