Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da5edb commit 63e06d7Copy full SHA for 63e06d7
CMakeLists.txt
@@ -25,8 +25,8 @@ include_directories ("${PROJECT_SOURCE_DIR}/src")
25
add_subdirectory (src)
26
27
configure_file (
28
- "${PROJECT_SOURCE_DIR}/src/StatsdClient2Config.h.in"
29
- "${PROJECT_BINARY_DIR}/StatsdClient2Config.h"
+ "${PROJECT_SOURCE_DIR}/src/StatsdClientConfig.h.in"
+ "${PROJECT_BINARY_DIR}/StatsdClientConfig.h"
30
)
31
32
include_directories("${PROJECT_BINARY_DIR}")
0 commit comments