Skip to content

Commit

Permalink
Add python executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Feb 12, 2021
1 parent 85ae2b9 commit 8633ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ups/eupspkg.cfg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ build() {
cd cpp
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$PREFIX ..
cmake -DCMAKE_INSTALL_PREFIX=$PREFIX -DPYTHON_EXECUTABLE=$(command -v python) ..
cmake --build . --config Release
}

0 comments on commit 8633ed0

Please sign in to comment.