Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-10 | CMake: Don't build unit tests if private symbols are hidden | Jakub Zakrzewski | |
This only excludes building unit tests from default build ( 'all' Make target or "Build Solution" in VisualStudio). The projects and Make targets will still be generated and shown in supporting IDEs. Fixes https://github.com/curl/curl/issues/981 Reported-by: Randy Armstrong Closes https://github.com/curl/curl/pull/990 | |||
2016-06-21 | cmake: now using BUILD_TESTING=ON/OFF | Sergei Nikulov | |
CMake build now using BUILD_TESTING=ON/OFF (default is OFF) to build tests and enabling CTest integration. Options BUILD_CURL_TESTS and BUILD_DASHBOARD_REPORTS was removed. Closes #882 Reviewed-by: Brad King |