You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ if(WITH_JPEG)
107
107
108
108
if(NOT FOUND_LIBJPEG_TURBO)
109
109
# last-resort grep check (when using LibVNCServer as a CMake subdir together with turbojpeg CMake subdir, the build check above fails since turbojpeg is not yet built when LibVNCServer is configured)
110
-
if(JPEG_INCLUDE_DIR MATCHES"\..*") # is relative?
110
+
if(JPEG_INCLUDE_DIR MATCHES"^\\.\\..*$") # is relative?
0 commit comments