|
@ -27,11 +27,11 @@ if(NOT EXISTS ${openfst_BUILD}) |
|
|
#./configure --prefix=${openfst_SOURCE_DIR}/build --enable-static --disable-shared --with-pic |
|
|
#./configure --prefix=${openfst_SOURCE_DIR}/build --enable-static --disable-shared --with-pic |
|
|
execute_process( |
|
|
execute_process( |
|
|
COMMAND ./configure --prefix=${openfst_BUILD} --with-pic |
|
|
COMMAND ./configure --prefix=${openfst_BUILD} --with-pic |
|
|
WORKING_DIRECTORY ${openfst_ROOT} ) |
|
|
|
|
|
|
|
|
WORKING_DIRECTORY ${openfst_ROOT} ) |
|
|
|
|
|
|
|
|
message(STATUS "${BoldGreen}copy openfst patch done!${ColourReset}") |
|
|
message(STATUS "${BoldGreen}copy openfst patch done!${ColourReset}") |
|
|
execute_process( |
|
|
execute_process( |
|
|
COMMAND make -j8 |
|
|
|
|
|
|
|
|
COMMAND make -j4 |
|
|
WORKING_DIRECTORY ${openfst_ROOT} |
|
|
WORKING_DIRECTORY ${openfst_ROOT} |
|
|
RESULT_VARIABLE configure_result |
|
|
RESULT_VARIABLE configure_result |
|
|
) |
|
|
) |
|
|