We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bad01 commit c377ae6Copy full SHA for c377ae6
lib/CMakeLists.txt
@@ -37,7 +37,10 @@ set_target_properties(libista PROPERTIES
37
)
38
39
# Set output name (removes duplicate 'lib' prefix on Unix)
40
-set_target_properties(libista PROPERTIES OUTPUT_NAME ista)
+set_target_properties(libista PROPERTIES
41
+ OUTPUT_NAME ista
42
+ POSITION_INDEPENDENT_CODE ON
43
+)
44
45
# =============================================================================
46
# Optional Database Support
0 commit comments