Skip to content
Snippets Groups Projects
Commit fb44141a authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Cosmetics

parent a360a78e
No related branches found
No related tags found
2 merge requests!20new tag,!19new tag
#Start gnss-utils build
MESSAGE("Starting gnss-utils CMakeLists ...")
# Pre-requisites about cmake itself # Pre-requisites about cmake itself
CMAKE_MINIMUM_REQUIRED(VERSION 2.4) CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
if(COMMAND cmake_policy) if(COMMAND cmake_policy)
cmake_policy(SET CMP0005 NEW) cmake_policy(SET CMP0005 NEW)
...@@ -7,6 +10,9 @@ if(COMMAND cmake_policy) ...@@ -7,6 +10,9 @@ if(COMMAND cmake_policy)
endif(COMMAND cmake_policy) endif(COMMAND cmake_policy)
# MAC OSX RPATH
set(CMAKE_MACOSX_RPATH true)
# The project name and the type of project # The project name and the type of project
PROJECT(gnss_utils) PROJECT(gnss_utils)
......
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