Skip to content

Commit

Permalink
QCodeEditor: Update to current cpeditor/QCodeEditor fork, commit ed1196a
Browse files Browse the repository at this point in the history
  • Loading branch information
knarfS committed Apr 12, 2023
1 parent 6897838 commit a5ffb66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions external/QCodeEditor/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.6)
project(QCodeEditor)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)

option(BUILD_EXAMPLE "Example building required" Off)

Expand Down Expand Up @@ -98,7 +98,6 @@ target_include_directories(QCodeEditor PUBLIC
if(CMAKE_COMPILER_IS_GNUCXX)
target_compile_options(QCodeEditor
PRIVATE
-ansi
-pedantic
-Wall
-Wextra
Expand Down

0 comments on commit a5ffb66

Please sign in to comment.