You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ cd build
102
102
#### CMakeUserPresets
103
103
In the root IPPL source folder, there is a cmake user presets file which can be used to set some default cmake settings, they may be used in the following way
104
104
```
105
-
cmake --prefix=release-testing ...
105
+
cmake --preset=release-testing ...
106
106
```
107
107
This will set the following variables automatically (exact values may change over time)
0 commit comments