mirror of
https://github.com/TartanLlama/expected.git
synced 2025-07-29 16:37:18 +02:00
Update CMakeLists.txt
This commit is contained in:
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14)
|
|||||||
project(tl-expected
|
project(tl-expected
|
||||||
HOMEPAGE_URL https://tl.tartanllama.xyz
|
HOMEPAGE_URL https://tl.tartanllama.xyz
|
||||||
DESCRIPTION "C++11/14/17 std::expected with functional-style extensions"
|
DESCRIPTION "C++11/14/17 std::expected with functional-style extensions"
|
||||||
VERSION 1.0.0
|
VERSION 1.0.1
|
||||||
LANGUAGES CXX)
|
LANGUAGES CXX)
|
||||||
|
|
||||||
include(CMakePackageConfigHelpers)
|
include(CMakePackageConfigHelpers)
|
||||||
|
Reference in New Issue
Block a user