Skip to content

Commit 00b9e36

Browse files
committed
Minor fixes addressing issue OpenNMT#330
1 parent 1bc1231 commit 00b9e36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ project(OpenNMTTokenizer)
1010
option(BUILD_TESTS "Compile unit tests" OFF)
1111
option(BUILD_SHARED_LIBS "Build shared libraries" ON)
1212

13-
set(CMAKE_CXX_STANDARD 11)
13+
set(CMAKE_CXX_STANDARD 17)
1414
if(CMAKE_VERSION VERSION_LESS "3.7.0")
1515
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
1616
endif()

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ See the `-h` flag to list the available options.
7979
git submodule update --init
8080
mkdir build
8181
cd build
82-
cmake ..
82+
cmake .. -DICU_ROOT=<path to root of ICU dependencies>
8383
make
8484
```
8585

0 commit comments

Comments
 (0)