Skip to content

Commit

Permalink
Remove lazperf dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Feb 8, 2024
1 parent bb05f3e commit 52230c3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ci/win/cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ where cl.exe
export CC=cl.exe
export CXX=cl.exe


git clone https://github.com/hobu/laz-perf.git laz-perf && cd laz-perf && \
mkdir build && cd build && \
cmake -G Ninja .. -DWITH_TESTS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -Dgtest_force_shared_crt=ON -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX/Library && \
ninja install && \
cd ../..

cmake -G "Ninja" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX="$CONDA_PREFIX" \
Expand Down

0 comments on commit 52230c3

Please sign in to comment.