Skip to content

Commit ab838c9

Browse files
committed
Bug fix: wrong cmake variable
1 parent 30ef884 commit ab838c9

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
@@ -6,7 +6,7 @@
66
"cacheVariables": {
77
"VTK_7": "ON",
88
"DUSE_OPENGL_BACKEND": "ON",
9-
"CMAKE_INSTALL_PREFIX": "$env{INSTALL_DIR}/VTK-7.1.1"
9+
"CMAKE_PREFIX_PATH": "$env{INSTALL_DIR}/VTK-7.1.1"
1010
}
1111
}
1212
]

0 commit comments

Comments
 (0)