Skip to content

Commit 55c5060

Browse files
committed
Fix for CONC-88: Out-of-source build touches files in source dir
removed duplicate CONFIGURE_FILE directives
1 parent 1722ece commit 55c5060

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,8 @@ ENDIF()
164164

165165
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/include/mysql_version.h.in
166166
${CMAKE_CURRENT_BINARY_DIR}/include/mysql_version.h)
167-
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/include/mysql_version.h.in
168-
${CMAKE_SOURCE_DIR}/include/mysql_version.h)
169167
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/include/my_config.h.in
170168
${CMAKE_CURRENT_BINARY_DIR}/include/my_config.h)
171-
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/include/my_config.h.in
172-
${CMAKE_SOURCE_DIR}/include/my_config.h)
173169

174170
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/include)
175171

0 commit comments

Comments
 (0)