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.
1 parent 1903bda commit 889577dCopy full SHA for 889577d
CMakeLists.txt
@@ -80,7 +80,7 @@ endif()
80
81
if (UNIX)
82
if (JINJA2CPP_PIC OR CONAN_CMAKE_POSITION_INDEPENDENT_CODE)
83
- set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -fPIC)
+ add_compile_options(-fPIC)
84
endif ()
85
86
if (DEFINED CONAN_SHARED_LINKER_FLAGS)
0 commit comments