mirror of
https://github.com/rd235/cado
synced 2025-06-05 21:59:29 +02:00
[CMake] CADO_SPOOL_DIR variable
Now a variable for the SPOOL_DIR is been allocated.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user