################################################# # ___________ ____ ______ __ __ _____ # # \____ \__ \ _/ ___\\____ \| | \/ ___/ # # | |_> > __ \\ \___| |_> > | /\___ \ # # | __(____ /\___ > __/|____//____ > # # |__| \/ \/|__| \/ # # # ################################################# # ======================================== # GCC-Based compilers # ======================================== if("${CMAKE_C_COMPILER}" MATCHES "gcc|icc|clang") pacpus_info("The libraries will be compiled with -fPIC") list(APPEND PACPUS_DEFINITIONS " -fPIC ") endif()