JKQtPlotter/cmake/jkqtplotter_common_compilersettings.cmake

7 lines
97 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.1)
if(NOT APPLE)
set(CMAKE_INSTALL_RPATH $ORIGIN)
endif()