Fix CMake config mode package finding

This commit is contained in:
Joshua Hyatt 2021-06-15 16:38:07 -06:00
parent 1d3d5f5d7d
commit f1b0e406b4

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.7.2)
project(ghcfilesystem)
project(ghc_filesystem)
if (POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)