JKQtPlotter/cmake/jkqtplotter_common_compilersettings.cmake
2022-04-22 13:27:31 +02:00

7 lines
97 B
CMake

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