Skip to content

Commit 1691c8a

Browse files
lawrinlawrin
authored andcommitted
Removed inclusion of not currently needed cmake file.
1 parent 4e6fa04 commit 1691c8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

driver/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,7 @@ IF(WIN32)
280280
STATIC_LIBRARY_FLAGS_RELEASE "/NODEFAULTLIB:LIBCMT")
281281

282282
# Changing CRT from dynamic to static
283-
INCLUDE(${CMAKE_SOURCE_DIR}/changeCrt.cmake)
284-
283+
#INCLUDE(${CMAKE_SOURCE_DIR}/changeCrt.cmake)
285284
#CHANGE_CRT("/MT")
286285

287286
INSTALL(TARGETS mysqlcppconn mysqlcppconn-static

0 commit comments

Comments
 (0)