Skip to content
Snippets Groups Projects
Verified Commit a927f226 authored by Mohcine Chraibi's avatar Mohcine Chraibi
Browse files

cmake policy

parent 19e7b830
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
#--------------------------------------------------------------------------
cmake_minimum_required(VERSION 2.8)
project( jpsvis )
cmake_policy(SET CMP0025 NEW) #fixes error No known features for CXX compiler (on mac)
MESSAGE( STATUS "System ........................................ ${CMAKE_SYSTEM_NAME} (${CMAKE_SYSTEM_VERSION}, ${CMAKE_SYSTEM_PROCESSOR})" )
......
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