Skip to content

Commit

Permalink
c++17 flag not needed
Browse files Browse the repository at this point in the history
Signed-off-by: sudomgamal <[email protected]>
  • Loading branch information
sudomgamal committed Dec 14, 2024
1 parent d8f0bf5 commit c3aa6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ endif()
# Injection of the GCC-specific compilation flags
if(CMAKE_COMPILER_IS_GNUCXX)
message(STATUS "GCC detected, adding compile flags")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic -Wno-variadic-macros -Wno-strict-aliasing -fPIC -std=c++17")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic -Wno-variadic-macros -Wno-strict-aliasing -fPIC")
endif()

add_compile_definitions(QT5)
Expand Down

0 comments on commit c3aa6f4

Please sign in to comment.