Skip to content

Commit d12f147

Browse files
committed
Update HighMap
1 parent b5631a4 commit d12f147

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
2323
else()
2424
# GNU compiler options
2525
set(CMAKE_CXX_FLAGS
26-
"${CMAKE_CXX_FLAGS} -Wall -Wextra -Wno-dangling-reference -Ofast -ffast-math -pthread -DLOG_LEVEL=3"
26+
"${CMAKE_CXX_FLAGS} -Wall -Wextra -Wno-dangling-reference -Ofast -ffast-math -pthread -DLOG_LEVEL=3 -Wno-deprecated-declarations"
2727
)
2828
endif()
2929

0 commit comments

Comments
 (0)