From 752959f3fc7bc5896926bc118523abd12cbfefa4 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Wed, 3 May 2017 12:35:54 -0500 Subject: [PATCH] Update CMakeLists.txt typo - remove extra "/" --- web/api/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/api/CMakeLists.txt b/web/api/CMakeLists.txt index bc17cfa3b..d2a39ef13 100644 --- a/web/api/CMakeLists.txt +++ b/web/api/CMakeLists.txt @@ -15,4 +15,4 @@ configure_file(app/Config/core.php.default "${CMAKE_CURRENT_BINARY_DIR}/app/Conf configure_file(app/Config/bootstrap.php.in "${CMAKE_CURRENT_BINARY_DIR}/app/Config/bootstrap.php" @ONLY) # Configure lib/Cake/bootstrap.php -configure_file(lib/Cake/bootstrap.php.in "${CMAKE_CURRENT_BINARY_DIR}/lib/Cake//bootstrap.php" @ONLY) +configure_file(lib/Cake/bootstrap.php.in "${CMAKE_CURRENT_BINARY_DIR}/lib/Cake/bootstrap.php" @ONLY)