We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1644a commit decd456Copy full SHA for decd456
CMakeLists.txt
@@ -166,11 +166,9 @@ if(SCALABLE_CCD_WITH_CUDA)
166
endif()
167
168
# We need to explicitly state that we need all CUDA files in the particle
169
- # Enable separable compilation for CUDA
170
# library to be built with -dc as the member functions could be called by
171
# other libraries and executables.
172
- set(CMAKE_POSITION_INDEPENDENT_CODE ON)
173
- set_target_properties(scalable_ccd PROPERTIES CUDA_SEPARABLE_COMPILATION ON POSITION_INDEPENDENT_CODE ON)
+ set_target_properties(scalable_ccd PROPERTIES CUDA_SEPARABLE_COMPILATION ON)
174
175
if(DEFINED SCALABLE_CCD_CUDA_ARCHITECTURES)
176
message(STATUS "CUDA_ARCHITECTURES was specified, skipping auto-detection")
0 commit comments