This website requires JavaScript.
Explore
Help
Register
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-11-16 02:25:50 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
1a8de1bb2f
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