Skip to content
Snippets Groups Projects
Commit da9848aa authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Added PIC to exe build

parent f302aa55
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,9 @@ target_include_directories(hcana
)
#target_compile_features(HallC PRIVATE cxx_auto_type)
target_compile_options(hcana PRIVATE $<$<CXX_COMPILER_ID:GNU>:-DHAS_SSTREAM=1>)
target_compile_options(hcana
PRIVATE $<$<CXX_COMPILER_ID:GNU>:-fPIC>
PRIVATE $<$<CXX_COMPILER_ID:GNU>:-DHAS_SSTREAM=1>)
target_link_libraries(hcana
PUBLIC HallC
PUBLIC ${ROOT_LIBRARIES}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment