Archived
1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
prism/extern/fix_bad_cmake_dev.cmake

3 lines
No EOL
95 B
CMake

cmake_minimum_required(VERSION 3.0)
cmake_policy(SET CMP0115 OLD)
cmake_policy(SET CMP0072 NEW)