This commit is contained in:
Jacob Perron 2022-04-06 17:27:15 -07:00
parent e99939c785
commit c694bd30d3
3 changed files with 18 additions and 2 deletions

View file

@ -10,7 +10,7 @@ project(libcreate)
add_compile_options(-Wall -Wextra -Wpedantic)
set(PACKAGE_VERSION 2.0.0)
set(PACKAGE_VERSION 3.0.0)
option(LIBCREATE_BUILD_TESTS "Enable the build of tests." ON)