Skip to content

Commit b9918b0

Browse files
committed
Update README.md
1 parent c03efa0 commit b9918b0

File tree

3 files changed

+3
-24
lines changed

3 files changed

+3
-24
lines changed

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,6 @@ if(SCALABLE_CCD_WITH_PROFILER)
141141
target_link_libraries(scalable_ccd PRIVATE nlohmann_json::nlohmann_json)
142142
endif()
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)
151145
include(scalable_ccd_warnings)
152146
target_link_libraries(scalable_ccd PRIVATE scalable_ccd::warnings)

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff 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

7267
If you use this code in your project, please consider citing our paper:

cmake/recipes/rational_cpp.cmake

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)