| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 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/opensim-core/files/ |
Upload File : |
--- CMakeLists.txt.orig 2018-11-12 23:49:48 UTC +++ CMakeLists.txt @@ -766,8 +766,10 @@ endif(WIN32) ## The following are required to uses Dart and the Cdash dashboard per Jesse -enable_testing() -include(CTest) +if (DO_TESTING) + enable_testing() + include(CTest) +endif() # Sets the number of concurrent jobs that testing can use. if(MSVC OR XCODE) @@ -834,4 +836,6 @@ endif() add_subdirectory(Bindings) add_subdirectory(cmake) -add_subdirectory(doc) +if (INSTALL_DOCS) + add_subdirectory(doc) +endif()