Skip to content

Commit ccceb8d

Browse files
committed
CMAKE_PREFIX_PATH replaced by xxx_ROOT
1 parent 86a0982 commit ccceb8d

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
"USE_OPENGL_BACKEND": "ON",
9-
"CMAKE_PREFIX_PATH": "$env{INSTALL_DIR}/VTK-7.1.1"
9+
"VTK_ROOT": "$env{INSTALL_DIR}/VTK-7.1.1"
1010
}
1111
}
1212
]

0 commit comments

Comments
 (0)