mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-12-06 11:56:35 +01:00
update all cmake files to version 3.9
other misc cmake fixes version 3.9 allows for ipo (lto)
This commit is contained in:
2
external/glm.cmake
vendored
2
external/glm.cmake
vendored
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
|
||||
|
||||
add_library(glm INTERFACE)
|
||||
target_include_directories(glm INTERFACE "${CMAKE_CURRENT_LIST_DIR}/glm")
|
||||
|
||||
Reference in New Issue
Block a user