1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00
This commit is contained in:
neargye 2019-04-10 14:48:03 +05:00
parent 479b4b237b
commit 34a0ee72b6
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.6)
project(magic_enum VERSION "0.4.1" LANGUAGES CXX)
project(magic_enum VERSION "0.4.2" LANGUAGES CXX)
option(MAGIC_ENUM_OPT_BUILD_EXAMPLES "Build magic_enum examples" ON)
option(MAGIC_ENUM_OPT_BUILD_TESTS "Build and perform magic_enum tests" ON)