mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-07-24 12:54:30 +08:00
Declare version in cmake project() call
CMakeLists.txt: Declare the project's version in the cmake project() call so that it may be exported to the project's cmake integration (used by other projects).
This commit is contained in:
parent
cd6805e94d
commit
089ef64aa3
@ -1,5 +1,8 @@
|
|||||||
cmake_minimum_required(VERSION 3.7.2)
|
cmake_minimum_required(VERSION 3.7.2)
|
||||||
project(ghcfilesystem)
|
project(
|
||||||
|
ghcfilesystem,
|
||||||
|
VERSION 1.5.12
|
||||||
|
)
|
||||||
|
|
||||||
if (POLICY CMP0077)
|
if (POLICY CMP0077)
|
||||||
cmake_policy(SET CMP0077 NEW)
|
cmake_policy(SET CMP0077 NEW)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user