Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

gemini3d/bzip2-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

BZip2 1.0.x CMake

ci

Note: Bzip2 >= 1.1 has its own CMake.

CMake for BZip2 works better than Makefile across compilers and computing platforms.

cmake -B build
cmake --build build

# optional
ctest --test-dir build

cmake --install build

We use CMake FetchContent to retrieve BZip2 1.0.x source from host website, building it unmodified except addition of CMake.