Skip to content

Commit

Permalink
C++の言語バージョンを明示的に指定 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
White-Green authored Sep 19, 2023
1 parent 78e1829 commit e8a9910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cmake_minimum_required(VERSION 2.6)

# set library version
set(OPEN_JTALK_VERSION 1.10)
set(CMAKE_CXX_STANDARD 14)
set(PACKAGE "open_jtalk")
set(PACKAGE_BUGREPORT "https://github.com/r9y9/open_jtalk/")
set(PACKAGE_NAME "open_jtalk")
Expand Down

0 comments on commit e8a9910

Please sign in to comment.