From a7ac0aa3ae685505a1760e64b98e6c1ccc0b76a5 Mon Sep 17 00:00:00 2001 From: Tom Hulton-Harrop Date: Mon, 7 Feb 2022 17:44:40 +0000 Subject: [PATCH] add additional space around parens --- cmake/tools/geometryv.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/tools/geometryv.cmake b/cmake/tools/geometryv.cmake index e17173d..d64f35b 100644 --- a/cmake/tools/geometryv.cmake +++ b/cmake/tools/geometryv.cmake @@ -12,7 +12,7 @@ add_executable( geometryv ${BGFX_DIR}/tools/geometryv/geometryv.cpp ) set_target_properties( geometryv PROPERTIES FOLDER "bgfx/tools" ) target_link_libraries( geometryv example-common ) if(EMSCRIPTEN) - target_link_options( geometryv PRIVATE -sMAX_WEBGL_VERSION=2) + target_link_options( geometryv PRIVATE -sMAX_WEBGL_VERSION=2 ) endif() if( BGFX_CUSTOM_TARGETS ) add_dependencies( tools geometryv )