Skip to content

Commit

Permalink
Minor fixes addressing issue OpenNMT#330
Browse files Browse the repository at this point in the history
  • Loading branch information
hatboyzero committed Jul 25, 2024
1 parent 1bc1231 commit 00b9e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ project(OpenNMTTokenizer)
option(BUILD_TESTS "Compile unit tests" OFF)
option(BUILD_SHARED_LIBS "Build shared libraries" ON)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
if(CMAKE_VERSION VERSION_LESS "3.7.0")
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
endif()
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ See the `-h` flag to list the available options.
git submodule update --init
mkdir build
cd build
cmake ..
cmake .. -DICU_ROOT=<path to root of ICU dependencies>
make
```

Expand Down

0 comments on commit 00b9e36

Please sign in to comment.