| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/science/simbody/files/ |
Upload File : |
--- examples/CMakeLists.txt.orig 2018-06-12 01:04:33 UTC
+++ examples/CMakeLists.txt
@@ -67,7 +67,7 @@ if(WIN32)
set(EXAMPLES_INSTALL_BIN examples/bin/)
set(EXAMPLES_INSTALL_SRC examples/src/)
else()
- set(EXAMPLES_INSTALL_BIN ${CMAKE_INSTALL_LIBDIR}/simbody/examples/) # if this changes, change the corresponding
+ set(EXAMPLES_INSTALL_BIN ${FREEBSD_EXAMPLESDIR}) # if this changes, change the corresponding
# FULL version in file(RELATIVE_PATH ) command
set(EXAMPLES_INSTALL_SRC ${CMAKE_INSTALL_DOCDIR}/examples/src/)
# Use full paths for the following as it will be used to create a symlink
@@ -75,7 +75,7 @@ else()
set(EXAMPLES_SYMLINK_BIN ${CMAKE_INSTALL_FULL_DOCDIR}/examples)
file(RELATIVE_PATH EXAMPLE_INSTALL_BIN_REL_TO_DOC
${EXAMPLES_SYMLINK_BIN}
- ${CMAKE_INSTALL_FULL_LIBDIR}/simbody/examples/)
+ ${FREEBSD_EXAMPLESDIR})
endif()
# Set RPATH for all example targets in this directory and in subdirectories.