################################################# # ___________ ____ ______ __ __ _____ # # \____ \__ \ _/ ___\\____ \| | \/ ___/ # # | |_> > __ \\ \___| |_> > | /\___ \ # # | __(____ /\___ > __/|____//____ > # # |__| \/ \/|__| \/ # # # ################################################# # ======================================== # Build-specific configuration # ======================================== if (IS_BUILDING_PACPUS) set(PACPUS_INSTALL_DIR ${CMAKE_INSTALL_PREFIX} CACHE FILEPATH "Installation directory for the library") set(PACPUS_INSTALL_3RD FALSE CACHE BOOL "Installation of the 3rd party") endif() # ======================================== # Global configuration # ======================================== set(PACPUS_USE_LOG TRUE CACHE BOOL "Logging using log4cxx, the library is required") set(PACPUS_INSTALL_3RD FALSE CACHE BOOL "Installation of the 3rd party")