From 00d6fc9646d3ed09eed7d62a73f2293e251188d0 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Thu, 26 Jan 2017 20:36:00 +0100 Subject: [PATCH] fix(cmake): Invalid path --- doc/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 4b5b6028..e265ca5a 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -80,8 +80,8 @@ endif() # Configure and install {{{ configure_file( - ${CMAKE_CURRENT_LIST_DIR}/doc/config.cmake - ${CMAKE_CURRENT_LIST_DIR}/doc/config + ${CMAKE_CURRENT_LIST_DIR}/config.cmake + ${CMAKE_CURRENT_LIST_DIR}/config ESCAPE_QUOTES @ONLY) install(FILES config