Skip to content

Commit 370f098

Browse files
committed
d
1 parent fac370e commit 370f098

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

glomap/thirdparty/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ elseif(IS_GNU OR IS_CLANG)
1919
endif()
2020
endif()
2121

22-
if(IS_MSVC)
23-
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /W0")
24-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W0")
25-
elseif(IS_GNU OR IS_CLANG)
26-
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -w")
27-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -w")
28-
endif()
29-
3022
include(FetchContent)
3123
FetchContent_Declare(PoseLib
3224
GIT_REPOSITORY https://github.com/PoseLib/PoseLib.git

0 commit comments

Comments
 (0)