Skip to content

Commit 5c8d9ab

Browse files
committed
Merge pull request cpp-netlib#379 from infinity0/0.11-devel
fix build path for mime test
2 parents cf50512 + b598ac2 commit 5c8d9ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/mime/test/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ if (NOT(${CMAKE_CXX_COMPILER_ID} MATCHES GNU AND ${CMAKE_SYSTEM_NAME} MATCHES "W
88
add_executable ( mime-roundtrip mime-roundtrip.cpp )
99
target_link_libraries ( mime-roundtrip ${Boost_LIBRARIES}
1010
${CMAKE_THREAD_LIBS_INIT})
11+
set_target_properties( mime-roundtrip
12+
PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CPP-NETLIB_BINARY_DIR}/tests)
1113
add_test ( mime-roundtrip ${CPP-NETLIB_BINARY_DIR}/tests/mime-roundtrip )
1214
endif ()
1315
endif()

0 commit comments

Comments
 (0)