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

Fixes #53

parent 736dcbee
Branches
Tags
No related merge requests found
...@@ -8,7 +8,9 @@ ...@@ -8,7 +8,9 @@
#-------------------------------------------------------------------------- #--------------------------------------------------------------------------
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8)
project( jpsvis ) project( jpsvis )
cmake_policy(SET CMP0025 NEW) #fixes error No known features for CXX compiler (on mac) IF(APPLE)
cmake_policy(SET CMP0025 NEW) #fixes error No known features for CXX compiler (on mac)
ENDIF(APPLE)
MESSAGE( STATUS "System ........................................ ${CMAKE_SYSTEM_NAME} (${CMAKE_SYSTEM_VERSION}, ${CMAKE_SYSTEM_PROCESSOR})" ) 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.
Please register or to comment