Commit 5cdab63
committed
build: CMAKE_INSTALL_PREFIX value fix
# feat: (new feature for the user, not a new feature for build script)
# fix: (bug fix for the user, not a fix to a build script)
# docs: (changes to the documentation)
# style: (formatting, missing semi colons, etc; no production code change)
# perf: (performance adjustments)
# refactor: (refactoring production code, no logical changes eg. renaming a variable)
# test: (adding missing tests, refactoring tests; no production code change)
# chore: (updating grunt tasks etc; no production code change)
# ci: (ci configuration changes)
# build: (build configuration changes)
#
# fixing a build failure should have the same tag as the tag used to submit the code we are fixing1 parent 0e60995 commit 5cdab63
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments