We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba83eaf + 1d8717f commit 4cb443eCopy full SHA for 4cb443e
CMakeLists.txt
@@ -13,6 +13,10 @@ endif( )
13
# Define a single cmake project
14
project(kenlm)
15
16
+set(CMAKE_CXX_STANDARD 11)
17
+set(CMAKE_CXX_STANDARD_REQUIRED ON)
18
+set(CMAKE_CXX_EXTENSIONS OFF)
19
+
20
option(FORCE_STATIC "Build static executables" OFF)
21
option(COMPILE_TESTS "Compile tests" OFF)
22
option(ENABLE_PYTHON "Build Python bindings" OFF)
0 commit comments