File tree 2 files changed +0
-15
lines changed
2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -32,16 +32,11 @@ if (MYSQLPOOL_LOGDEP)
32
32
add_dependencies (${PROJECT_NAME} ${MYSQLPOOL_LOGDEP} )
33
33
endif ()
34
34
35
- if (NOT MSVC )
36
- set (STANDARD_FS_LIB stdc++fs)
37
- endif ()
38
-
39
35
target_link_libraries (${PROJECT_NAME}
40
36
${Boost_LIBRARIES}
41
37
OpenSSL::SSL
42
38
OpenSSL::Crypto
43
39
ZLIB::ZLIB
44
- ${STANDARD_FS_LIB}
45
40
${CMAKE_THREAD_LIBS_INIT}
46
41
)
47
42
Original file line number Diff line number Diff line change @@ -45,11 +45,6 @@ target_include_directories(unit_tests
45
45
target_link_libraries (unit_tests
46
46
${GTEST_LIBRARIES}
47
47
mysqlpool
48
- # ${Boost_LIBRARIES}
49
- # ${ZLIB_LIBRARIES}
50
- # ${OPENSSL_LIBRARIES}
51
- # stdc++fs
52
- # ${CMAKE_THREAD_LIBS_INIT}
53
48
)
54
49
55
50
add_test (NAME unit_tests COMMAND unit_tests)
@@ -83,11 +78,6 @@ target_include_directories(integration_tests
83
78
target_link_libraries (integration_tests
84
79
${GTEST_LIBRARIES}
85
80
mysqlpool
86
- # ${Boost_LIBRARIES}
87
- # ${ZLIB_LIBRARIES}
88
- # ${OPENSSL_LIBRARIES}
89
- # stdc++fs
90
- # ${CMAKE_THREAD_LIBS_INIT}
91
81
)
92
82
93
83
add_test (NAME integration_tests COMMAND integration_tests)
You can’t perform that action at this time.
0 commit comments