File tree Expand file tree Collapse file tree 3 files changed +3
-24
lines changed Expand file tree Collapse file tree 3 files changed +3
-24
lines changed Original file line number Diff line number Diff line change @@ -141,12 +141,6 @@ if(SCALABLE_CCD_WITH_PROFILER)
141141 target_link_libraries (scalable_ccd PRIVATE nlohmann_json::nlohmann_json)
142142endif ()
143143
144- # if(SCALABLE_CCD_TOI_PER_QUERY)
145- # # rational-cpp (requires GMP)
146- # include(rational_cpp)
147- # target_link_libraries(scalable_ccd PRIVATE rational::rational)
148- # endif()
149-
150144# Extra warnings (link last for highest priority)
151145include (scalable_ccd_warnings)
152146target_link_libraries (scalable_ccd PRIVATE scalable_ccd::warnings)
Original file line number Diff line number Diff line change @@ -53,20 +53,15 @@ The following libraries are used in this project:
5353
5454##### Optional
5555
56+ * [ CUDA] ( https://developer.nvidia.com/cuda-toolkit ) : GPU acceleration
57+ * Required when using the CMake option `SCALABLE_CCD_WITH_CUDA`
5658* [ nlohmann/json] ( https://github.com/nlohmann/json ) : saving profiler data
57- * Enable by using the CMake option ` SCALABLE_CCD_WITH_PROFILER `
58- * [ rational-cpp] ( https://github.io/zfergus/rational-cpp ) : rational arithmetic used for exact intersection checks
59- * Enable by using the CMake option ` SCALABLE_CCD_TOI_PER_QUERY `
60- * Requires [ GMP] ( https://gmplib.org/ ) to be installed at a system level
59+ * Required when using the CMake option ` SCALABLE_CCD_WITH_PROFILER `
6160
6261## Usage
6362
6463:hammer_and_wrench : ** ToDo** : Write usage instructions.
6564
66- ## Contributing
67-
68- Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
69-
7065## Citation
7166
7267If you use this code in your project, please consider citing our paper:
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments