Skip to content
Snippets Groups Projects
Commit c8b15bcc authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Set various cmake policies to unbreak linking on linux

parent e02345b1
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@
# other commands to guarantee full compatibility
# with the version specified
cmake_minimum_required(VERSION 3.13.0 FATAL_ERROR)
cmake_policy(SET CMP0063 NEW)
cmake_policy(SET CMP0072 OLD)
set(ROOT_PROJECT_NAME "Alchemy" CACHE STRING
"The root project/makefile/solution name. Defaults to Alchemy.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment