Skip to content

Commit

Permalink
Spatial_searching: Do not quiet warning in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Oct 9, 2024
1 parent 4305f01 commit 4f0b406
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Spatial_searching/examples/Spatial_searching/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ project(Spatial_searching_Examples)
# CGAL and its components
find_package(CGAL REQUIRED)

if(MSVC)
# Turn off VC++ warning
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4244")
endif()

create_single_source_cgal_program("circular_query.cpp")
create_single_source_cgal_program("distance_browsing.cpp")
create_single_source_cgal_program("iso_rectangle_2_query.cpp")
Expand Down

0 comments on commit 4f0b406

Please sign in to comment.