Lower correlation threshold in flush-finish tests again am: 6455e6f987 am: 84373d7748...
[platform/upstream/VK-GL-CTS.git] / targets / x11_egl / x11_egl.cmake
index b36eb30..dca529a 100644 (file)
@@ -38,7 +38,7 @@ PKG_CHECK_MODULES(GLES1 glesv1_cm)
 if (GLES1_LIBRARIES)
        set(DEQP_SUPPORT_GLES1  ON)
        set(DEQP_GLES1_LIBRARIES ${GLES1_LIBRARIES})
-       set(CMAKE_EXE_LINKER_FLAGS ${CMAKE_EXE_LINKER_FLAGS} -L${GLES1_LIBRARY_DIRS})
+       set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -L${GLES1_LIBRARY_DIRS}")
        if ("${PKG_GLES1_INCLUDE_DIRS}" STREQUAL "")
                # PKG_GLES1_INCLUDE_DIRS empty, see if matching include
                # path (GLES/gl.h) exists beside library directory