File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -97,12 +97,11 @@ message("Octave command: ${OCTAVE_CMD}")
9797include (ExternalProject)
9898set (CML_PATH ${CMAKE_CURRENT_BINARY_DIR} /../cml)
9999ExternalProject_Add(cml
100+ GIT_REPOSITORY https://github.com/tmiw/cml.git
100101 SOURCE_DIR ${CML_PATH}
101- URL http://www.iterativesolutions.com/user/image/cml.1.10.zip
102102 BUILD_IN_SOURCE 1
103103 CONFIGURE_COMMAND true # No configuration required
104- PATCH_COMMAND patch -N -p1 < ${CMAKE_CURRENT_SOURCE_DIR} /../octave/cml.patch || true
105- BUILD_COMMAND cd ${CMAKE_CURRENT_BINARY_DIR} /../cml/source && CC="${CMAKE_CXX_COMPILER} " CFLAGS="-std=c++11" ${OCTAVE_CMD} -qf --eval "make"
104+ BUILD_COMMAND cd ${CMAKE_CURRENT_BINARY_DIR} /../cml/source && ${OCTAVE_CMD} -qf --eval "make"
106105 INSTALL_COMMAND true # No installation required
107106)
108107
You can’t perform that action at this time.
0 commit comments