NVIDIA / optix-toolkit

Set of utilities supporting workflows common in GPU raytracing applications
BSD 3-Clause "New" or "Revised" License
90 stars 15 forks source link

Support building statically linked libraries and disabling FetchContent. #4

Closed MarkLeone closed 1 year ago

MarkLeone commented 1 year ago

FetchContent can be disabled by setting OTK_FETCH_CONTENT=OFF. This is necessary when setting BUILD_SHARED_LIBS=OFF. Closes #3.