Skip to content

Commit a84e3d5

Browse files
committed
Use final CML repository location.
1 parent 6c32f3b commit a84e3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ message("Octave command: ${OCTAVE_CMD}")
9797
include(ExternalProject)
9898
set(CML_PATH ${CMAKE_CURRENT_BINARY_DIR}/../cml)
9999
ExternalProject_Add(cml
100-
GIT_REPOSITORY https://github.com/tmiw/cml.git
100+
GIT_REPOSITORY https://github.com/drowe67/cml.git
101101
SOURCE_DIR ${CML_PATH}
102102
BUILD_IN_SOURCE 1
103103
CONFIGURE_COMMAND true # No configuration required

0 commit comments

Comments
 (0)