Skip to content

Commit

Permalink
Revert CMake change for now since it breaks static linking.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Jul 13, 2021
1 parent dfcf56f commit 85034d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
### Terra Generated Source Files
###

if(LLVM_VERSION_MAJOR GREATER 11)
set(ALL_LLVM_LIBRARIES clang-cpp LLVM)
endif()

if(TERRA_ENABLE_CUDA)
list(APPEND TERRA_CUDA_INCLUDE_DIRS
${CUDA_INCLUDE_DIRS}
Expand Down

0 comments on commit 85034d5

Please sign in to comment.