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

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2017-03-23 23:36:36 +0300
committerMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2017-03-23 23:36:36 +0300
commita539ef17a585db15d4911b75e2d79d3e07fe2119 (patch)
treef64357300bf268e096462400f81158cc40c57f73
parent9a34546f581709af68873dc9f16619488efb1cd0 (diff)
changed bin directory for extract_lex
-rw-r--r--src/amun/3rd_party/extract_lex/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amun/3rd_party/extract_lex/CMakeLists.txt b/src/amun/3rd_party/extract_lex/CMakeLists.txt
index a14ceb40..fa328c36 100644
--- a/src/amun/3rd_party/extract_lex/CMakeLists.txt
+++ b/src/amun/3rd_party/extract_lex/CMakeLists.txt
@@ -3,4 +3,4 @@ add_executable(extract_lex
utils.cpp exception.cpp)
target_link_libraries(extract_lex ${EXT_LIBS})
-set_target_properties(extract_lex PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
+set_target_properties(extract_lex PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}")