Skip to content

Commit

Permalink
fix bug in cmake command line
Browse files Browse the repository at this point in the history
  • Loading branch information
Alic Shen Spellman committed Feb 21, 2024
1 parent e09a77d commit 9121981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ NOTE:: On SLAC machines ```cmake3``` is needed to call cmake version 3+, you mig
If you do not want hpstr to use the default python3 executable which it finds in your environment, then supply the full path to the alternate Python installation.

```
-DPython3_Executable=/path/to/some/python3
-DPython3_EXECUTABLE=/path/to/some/python3
```

To compile with debug information, just add -DCMAKE_BUILD_TYPE=Debug to the cmake3 command.
Expand Down

0 comments on commit 9121981

Please sign in to comment.