1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-02 12:33:52 +00:00

Remove message from CMakeLists;

This commit is contained in:
bjorn 2017-08-11 22:28:15 -07:00
parent 0311232ae1
commit 8094eb9a25

View file

@ -3,7 +3,6 @@ project(lovr)
# Setup # Setup
if(EMSCRIPTEN) if(EMSCRIPTEN)
message(STATUS "${EMSCRIPTEN_ROOT_PATH}")
string(CONCAT LOVR_EMSCRIPTEN_FLAGS string(CONCAT LOVR_EMSCRIPTEN_FLAGS
"-O3 " "-O3 "
"-s USE_WEBGL2=1 " "-s USE_WEBGL2=1 "