Skip to content

Commit 86a0982

Browse files
committed
Bug fix: wrong variable name
1 parent ab838c9 commit 86a0982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "ci",
66
"cacheVariables": {
77
"VTK_7": "ON",
8-
"DUSE_OPENGL_BACKEND": "ON",
8+
"USE_OPENGL_BACKEND": "ON",
99
"CMAKE_PREFIX_PATH": "$env{INSTALL_DIR}/VTK-7.1.1"
1010
}
1111
}

0 commit comments

Comments
 (0)