403Webshell
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/math/flann/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/math/flann/files/patch-examples_CMakeLists.txt
--- examples/CMakeLists.txt.orig	2019-04-07 03:21:23 UTC
+++ examples/CMakeLists.txt
@@ -8,7 +8,7 @@ if (BUILD_C_BINDINGS)
     set_target_properties(flann_example_c PROPERTIES COMPILE_FLAGS -std=c99)
 
     add_dependencies(examples flann_example_c)
-    install (TARGETS flann_example_c DESTINATION bin )
+    install (TARGETS flann_example_c DESTINATION ${EXAMPLES_SUBDIR})
 endif()
 
 if (HDF5_FOUND)
@@ -22,7 +22,7 @@ if (HDF5_FOUND)
     endif()
 
     add_dependencies(examples flann_example_cpp)
-    install (TARGETS flann_example_cpp DESTINATION bin)
+    install (TARGETS flann_example_cpp DESTINATION ${EXAMPLES_SUBDIR})
 
 
     if (USE_MPI AND HDF5_IS_PARALLEL)
@@ -31,7 +31,7 @@ if (HDF5_FOUND)
         target_link_libraries(flann_example_mpi flann_cpp ${HDF5_LIBRARIES} ${MPI_LIBRARIES} ${Boost_LIBRARIES})
 
         add_dependencies(examples flann_example_mpi)
-        install (TARGETS flann_example_mpi DESTINATION bin)
+        install (TARGETS flann_example_mpi DESTINATION ${EXAMPLES_SUBDIR})
     endif()
 else()
     message("hdf5 library not found, not compiling flann_example.cpp")

Youez - 2016 - github.com/yon3zu
LinuXploit