Skip to content
Snippets Groups Projects
Commit 2f8dc122 authored by Thomas Vierjahn's avatar Thomas Vierjahn
Browse files

Fix -fPIC error from pipeline

parent 5c0b1e68
No related branches found
No related tags found
1 merge request!128Feature/#251 make sure tests cpp is compiled once
...@@ -75,6 +75,7 @@ function(CREATE_MOCK_MAIN) ...@@ -75,6 +75,7 @@ function(CREATE_MOCK_MAIN)
INCLUDE_DIRECTORIES ${CREATE_MOCK_MAIN__INCLUDE_DIRECTORIES} INCLUDE_DIRECTORIES ${CREATE_MOCK_MAIN__INCLUDE_DIRECTORIES}
LIBRARIES ${CREATE_MOCK_MAIN__LIBRARIES} LIBRARIES ${CREATE_MOCK_MAIN__LIBRARIES}
) )
set_property(TARGET mock_main PROPERTY POSITION_INDEPENDENT_CODE ON)
endfunction() endfunction()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment