You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
388 B
10 lines
388 B
# DragonFly BSD was forked from FreeBSD and is still very close to it
|
|
# http://www.dragonflybsd.org
|
|
# see http://archive.netbsd.se/?ml=dfbsd-users&a=2007-07&m=4678361
|
|
|
|
include(Platform/FreeBSD)
|
|
|
|
# DragonFly BSD requires -z origin to enable $ORIGIN expansion in RPATH.
|
|
# This is not required for FreeBSD since 10.2-RELEASE.
|
|
set(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "-Wl,-z,origin,-rpath,")
|