This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
JKQtPlotter
Watch
1
Star
0
Fork
0
You've already forked JKQtPlotter
mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced
2024-12-26 18:41:40 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
6080b8972e
JKQtPlotter
/
cmake
/
jkqtplotter_common_compilersettings.cmake
7 lines
97 B
CMake
Raw
Normal View
History
Unescape
Escape
reworked CMake build system ... now JKQT...Config.cmake-files are written into the correct directory
2019-11-18 22:59:06 +08:00
cmake_minimum_required
(
VERSION
3.1
)
Move the setting to a dedicated CMake file
2019-11-22 00:07:25 +08:00
if
(
NOT
APPLE
)
set
(
CMAKE_INSTALL_RPATH
$
ORIGIN
)
endif
(
)
Reference in New Issue
Copy Permalink