CMake: Fix config.h: No such file or directory
Signed-off-by: Marc Lagrange <markocpc@gmail.com>
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -6,7 +6,7 @@ Makefile
|
|||||||
*.o
|
*.o
|
||||||
.*.sw?
|
.*.sw?
|
||||||
wmfs
|
wmfs
|
||||||
config.h
|
src/config.h
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
config.h
|
config.h
|
||||||
#*
|
#*
|
||||||
|
|||||||
@@ -216,7 +216,7 @@ set(WMFS_SYSCONFDIR ${XDG_CONFIG_DIR}/${PROJECT_NAME})
|
|||||||
|
|
||||||
# Configure files
|
# Configure files
|
||||||
set(wmfs_configure_files
|
set(wmfs_configure_files
|
||||||
config.h.in
|
src/config.h.in
|
||||||
wmfs.1.txt.in)
|
wmfs.1.txt.in)
|
||||||
|
|
||||||
macro(a_configure_file file)
|
macro(a_configure_file file)
|
||||||
|
|||||||
Reference in New Issue
Block a user