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 1722ece commit 55c5060Copy full SHA for 55c5060
CMakeLists.txt
@@ -164,12 +164,8 @@ ENDIF()
164
165
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/include/mysql_version.h.in
166
${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)
169
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/include/my_config.h.in
170
${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)
173
174
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/include)
175
0 commit comments