Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kpu/kenlm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2016-02-24 00:54:43 +0300
committerKenneth Heafield <github@kheafield.com>2016-02-24 00:54:43 +0300
commit0ae2150654430cc889a606b66c7385620772438b (patch)
tree34684eb46953431ce8ff22f9de211f2714f6cf59 /CMakeLists.txt
parent58c829e68a13e63ac0901a9a8c4b9b3210178508 (diff)
Remove trailing spaces
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fb3b351..6f093cf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/modules)
# We need boost
find_package(Boost 1.36.0 REQUIRED COMPONENTS
- program_options
+ program_options
system
thread
unit_test_framework
@@ -36,7 +36,7 @@ find_package(Boost 1.36.0 REQUIRED COMPONENTS
# Define where include files live
include_directories(
- ${PROJECT_SOURCE_DIR}
+ ${PROJECT_SOURCE_DIR}
${Boost_INCLUDE_DIRS}
)