diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b185ef..01d98fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,6 +23,12 @@ else (WITHEDITOR) set(EDITOR "/usr/bin/vi") endif (WITHEDITOR) +if(DEBUILD) + set(CADO_SPOOL_DIR "/var/spool/cado") +else(DEBUILD) + set(CADO_SPOOL_DIR "/usr/local/var/spool/cado") +endif(DEBUILD) + configure_file( "include/config.h.in" "include/config.h"