From 036268ddd8c62114faf9afd4da3c35ffa2b6ecba Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Tue, 24 Oct 2017 22:11:21 +0200 Subject: Initial working version as independent repo --- conf.d/cmake/config.cmake | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf.d/cmake/config.cmake') diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 8157981..997a92a 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -81,10 +81,14 @@ set (PKG_REQUIRED_LIST # ------------------------------------------------------ #set(CMAKE_INSTALL_PREFIX $ENV{HOME}/opt) + # Customize link option # ----------------------------- list(APPEND link_libraries -lpthread -lm) +# Alsa does not really like libEfence +set(USE_EFENCE 0) + # Compilation options definition # Use CMake generator expressions to specify only for a specific language # Values are prefilled with default options that is currently used. -- cgit 1.2.3-korg