We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac370e commit 370f098Copy full SHA for 370f098
glomap/thirdparty/CMakeLists.txt
@@ -19,14 +19,6 @@ elseif(IS_GNU OR IS_CLANG)
19
endif()
20
21
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
-
30
include(FetchContent)
31
FetchContent_Declare(PoseLib
32
GIT_REPOSITORY https://github.com/PoseLib/PoseLib.git
0 commit comments