File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,7 @@ if (Boost_FOUND)
33
33
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux" )
34
34
sugar_target_link_libraries (cpp-netlib-${test} rt )
35
35
endif ()
36
- sugar_add_gtest (cpp-netlib-${test}
37
- ${CPP-NETLIB_BINARY_DIR}/tests/cpp-netlib-${test} )
36
+ sugar_add_gtest (cpp-netlib-${test} cpp-netlib-${test} )
38
37
endforeach (test )
39
38
40
39
endif ()
Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ if (Boost_FOUND)
34
34
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux" )
35
35
sugar_target_link_libraries (cpp-netlib-http-${test} rt )
36
36
endif ()
37
- sugar_add_gtest (cpp-netlib-http-${test}
38
- ${CPP-NETLIB_BINARY_DIR}/tests/cpp-netlib-http-${test} )
37
+ sugar_add_gtest (cpp-netlib-http-${test} cpp-netlib-http-${test} )
39
38
endforeach (test )
40
39
set ( TESTS
41
40
client_constructor_test
@@ -63,8 +62,7 @@ if (Boost_FOUND)
63
62
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux" )
64
63
sugar_target_link_libraries (cpp-netlib-http-${test} rt )
65
64
endif ()
66
- sugar_add_gtest (cpp-netlib-http-${test}
67
- ${CPP-NETLIB_BINARY_DIR}/tests/cpp-netlib-http-${test} )
65
+ sugar_add_gtest (cpp-netlib-http-${test} cpp-netlib-http-${test} )
68
66
endforeach (test )
69
67
70
68
set ( SERVER_API_TESTS
@@ -82,8 +80,7 @@ if (Boost_FOUND)
82
80
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux" )
83
81
sugar_target_link_libraries (cpp-netlib-http-${test} rt )
84
82
endif ()
85
- sugar_add_gtest (cpp-netlib-http-${test}
86
- ${CPP-NETLIB_BINARY_DIR}/tests/cpp-netlib-http-${test} )
83
+ sugar_add_gtest (cpp-netlib-http-${test} cpp-netlib-http-${test} )
87
84
endforeach (test )
88
85
89
86
endif ()
You can’t perform that action at this time.
0 commit comments