We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8783ca2 commit a963723Copy full SHA for a963723
CMakeLists.txt
@@ -280,6 +280,9 @@ if( WITH_OMP_BACKEND OR WITH_HYBRID_BACKEND )
280
set( WITH_OMP_BACKEND_HEADERS ON )
281
endif()
282
283
+# set all compiled binaries to be Position-Independent
284
+set( CMAKE_POSITION_INDEPENDENT_CODE ON )
285
+
286
add_subdirectory( include )
287
288
### BACKEND IMPLEMENTATIONS
0 commit comments