Skip to content
Snippets Groups Projects
Commit 9ed3bdfa authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Modified the minimum required CMake version to avoid warnings while processing the boost library.

parent 02889aeb
No related branches found
No related tags found
No related merge requests found
# Pre-requisites about cmake itself # Pre-requisites about cmake itself
CMAKE_MINIMUM_REQUIRED(VERSION 2.4) CMAKE_MINIMUM_REQUIRED(VERSION 3.16)
if(COMMAND cmake_policy) if(COMMAND cmake_policy)
cmake_policy(SET CMP0005 NEW) cmake_policy(SET CMP0005 NEW)
......
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