Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63e06d7

Browse files
author
Ivan Baidakou
committed
Fix filenames in CMakeList.txt
1 parent 6da5edb commit 63e06d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ include_directories ("${PROJECT_SOURCE_DIR}/src")
2525
add_subdirectory (src)
2626

2727
configure_file (
28-
"${PROJECT_SOURCE_DIR}/src/StatsdClient2Config.h.in"
29-
"${PROJECT_BINARY_DIR}/StatsdClient2Config.h"
28+
"${PROJECT_SOURCE_DIR}/src/StatsdClientConfig.h.in"
29+
"${PROJECT_BINARY_DIR}/StatsdClientConfig.h"
3030
)
3131

3232
include_directories("${PROJECT_BINARY_DIR}")

0 commit comments

Comments
 (0)