Skip to content

Commit 3c420e5

Browse files
committed
Remove obsolete(?) win32 boost instructions.
1 parent 54a68ec commit 3c420e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/application/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ endif()
2222
find_package(Boost 1.53.0 REQUIRED COMPONENTS filesystem program_options system)
2323
if(WIN32)
2424
add_definitions("-DBOOST_ALL_NO_LIB")
25-
link_directories(Boost_LIBRARRY_DIR_DEBUG)
26-
link_directories(Boost_LIBRARRY_DIR_RELEASE)
2725
endif(WIN32)
2826

2927
set(PD_INCLUDE_DIRS ${Boost_INCLUDE_DIRS})

0 commit comments

Comments
 (0)