Skip to content

Commit

Permalink
Update CMakeLists for g++
Browse files Browse the repository at this point in the history
  • Loading branch information
TianZerL committed Mar 28, 2020
1 parent ebb8704 commit f6dbc04
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
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0)
project(Anime4KCPP)

set(CMAKE_CXX_FLAGS "-std=c++11")
set(CMAKE_CXX_FLAGS "-std=c++17 -O2")
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
set(TOP_DIR ${CMAKE_CURRENT_SOURCE_DIR})

Expand Down

0 comments on commit f6dbc04

Please sign in to comment.