Skip to content

Commit

Permalink
Merge pull request #8529 from afabri/Spatial_searching-do_not_qiet_wa…
Browse files Browse the repository at this point in the history
…rning_in_cmake-GF

Spatial_searching: Do not quiet warning in CMakeLists.txt
  • Loading branch information
sloriot committed Oct 18, 2024
2 parents 23eeed1 + 4f0b406 commit 50cfbde
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 50cfbde

Please sign in to comment.