Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarfovich committed Nov 19, 2024
1 parent 91dc854 commit 6b2ba50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HW8/duplicate_finder_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ target_include_directories(${LIB_NAME}
PUBLIC include
PRIVATE src include/duplicate_finder)

if (POLICY CMP0167 )
cmake_policy(SET CMP0167 NEW)
endif()

if(MSVC)
add_definitions("-DHAS_BOOST -D_WIN32_WINNT=0x0601")
endif()
Expand Down

0 comments on commit 6b2ba50

Please sign in to comment.