Skip to content

Commit a78aa8c

Browse files
committed
CMAKE_PREFIX_PATH replaced by xxx_ROOT
1 parent ce20bf2 commit a78aa8c

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
@@ -4,7 +4,7 @@
44
{
55
"name": "ci",
66
"cacheVariables": {
7-
"CMAKE_PREFIX_PATH": "$env{INSTALL_DIR}/tkutil"
7+
"TkUtil_ROOT": "$env{INSTALL_DIR}/tkutil"
88
}
99
}
1010
]

0 commit comments

Comments
 (0)