Skip to content

Commit

Permalink
cmake: don't doubly link nanothread
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Baker committed Jan 31, 2024
1 parent 68ba7e0 commit aad341e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ target_include_directories(drjit-core
$<INSTALL_INTERFACE:include>)

target_compile_definitions(drjit-core PRIVATE -DDRJIT_BUILD=1)
target_link_libraries(drjit-core PRIVATE nanothread)

if (DRJIT_DYNAMIC_CUDA OR APPLE)
target_compile_definitions(drjit-core PRIVATE -DDRJIT_DYNAMIC_CUDA=1)
Expand Down

0 comments on commit aad341e

Please sign in to comment.