Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix CMake config mode package finding
  • Loading branch information
jnhyatt committed Jun 15, 2021
commit f1b0e406b486ff682b9302bd92d2e3a7f512b6a7
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.7.2)
project(ghcfilesystem)
project(ghc_filesystem)

if (POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
Expand Down