diff options
author | Yann Collet <cyan@fb.com> | 2022-02-04 00:27:02 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2022-02-04 00:27:02 (GMT) |
commit | 42233d68f84d9d39890453c41f1198c49c18f6bb (patch) | |
tree | 68ff2a9117108b7bcdc95f47208e0b9e34e2eb03 /build/cmake | |
parent | 1da033e601ca5bd1e91a2bb13702ce6368be6de7 (diff) | |
download | lz4-42233d68f84d9d39890453c41f1198c49c18f6bb.zip lz4-42233d68f84d9d39890453c41f1198c49c18f6bb.tar.gz lz4-42233d68f84d9d39890453c41f1198c49c18f6bb.tar.bz2 |
updated cmake test
use `cmake --build` instead of `make` directly
Diffstat (limited to 'build/cmake')
-rw-r--r-- | build/cmake/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/cmake/.gitignore b/build/cmake/.gitignore index d39505d..0ad8240 100644 --- a/build/cmake/.gitignore +++ b/build/cmake/.gitignore @@ -1,4 +1,4 @@ -# cmake artefact +# cmake build artefact CMakeCache.txt CMakeFiles @@ -7,3 +7,4 @@ Makefile liblz4.pc lz4c install_manifest.txt +build |