Skip to content

Commit 0ca215c

Browse files
committed
removed obsolete lines in CMakeLists
keeping those lines will break previously introduced options
1 parent eaa0cac commit 0ca215c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libs/mime/test/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
include_directories(${CPP-NETLIB_SOURCE_DIR})
2-
find_package ( Boost 1.41.0 COMPONENTS unit_test_framework )
3-
set ( Boost_USE_STATIC_LIBS ON )
4-
set ( Boost_USE_MULTITHREADED ON )
52

63
if ( Boost_FOUND )
74
add_executable ( mime-roundtrip mime-roundtrip.cpp )

0 commit comments

Comments
 (0)