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.
2 parents 227f10c + beb61f8 commit ae350b5Copy full SHA for ae350b5
CMakeLists.txt
@@ -201,6 +201,7 @@ set(SOURCE_FILES src/io/blosc_filter.c src/io/hdf5functions_blosc.cpp)
201
set(SOURCE_FILES_RAYCAST src/vis/Camera.cpp src/vis/Object.cpp src/vis/RaytracedObject.cpp src/vis/RaycastUtils.cpp)
202
203
add_library(aprObjLib OBJECT ${SOURCE_FILES} ${SOURCE_FILES_RAYCAST})
204
+set_property(TARGET aprObjLib PROPERTY POSITION_INDEPENDENT_CODE ON)
205
206
if(APR_USE_CUDA)
207
message(STATUS "APR: Building CUDA for APR")
0 commit comments