Fix: set Mac deployment target

This silences an awful lot of warnings.
pull/167/head
Dan Villiom Podlaski Christiansen 4 years ago committed by Charles Pigott
parent 241e3adae8
commit c593893b56

@ -7,6 +7,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
endif (CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.9)
# Use GNUInstallDirs to allow customisation
# but set our own default data dir

Loading…
Cancel
Save