Skip to content

Commit

Permalink
Merge pull request #11 from lsst/tickets/DM-22817
Browse files Browse the repository at this point in the history
DM-22817: Disable testing
  • Loading branch information
timj committed Feb 12, 2020
2 parents 1e6abe8 + d404b84 commit ccb1d11
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,7 +2,7 @@

config()
{
(rm -rf build && mkdir build && cd build && cmake -DPYTHON_EXECUTABLE:FILEPATH=$(command -v python) -DCMAKE_INSTALL_PREFIX=$PREFIX ..)
(rm -rf build && mkdir build && cd build && cmake -DPYTHON_EXECUTABLE:FILEPATH=$(command -v python) -DCMAKE_INSTALL_PREFIX=$PREFIX -DPYBIND11_TEST=OFF ..)
}

build()
Expand Down

0 comments on commit ccb1d11

Please sign in to comment.