Skip to content

Commit 074bea7

Browse files
committed
Revert "TMP: workaround to fix boost deprecation warning"
This reverts commit d0aada8.
1 parent c69be26 commit 074bea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 -ffast-math -DNDEBUG -fno-omit-frame-poi
3939
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -ffast-math -DNDEBUG")
4040

4141
if(NOT APPLE)
42-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pedantic -Werror -Wno-deprecated-declarations")
42+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pedantic -Werror")
4343
endif()
4444

4545

0 commit comments

Comments
 (0)