We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c32f3b commit a84e3d5Copy full SHA for a84e3d5
unittest/CMakeLists.txt
@@ -97,7 +97,7 @@ message("Octave command: ${OCTAVE_CMD}")
97
include(ExternalProject)
98
set(CML_PATH ${CMAKE_CURRENT_BINARY_DIR}/../cml)
99
ExternalProject_Add(cml
100
- GIT_REPOSITORY https://github.com/tmiw/cml.git
+ GIT_REPOSITORY https://github.com/drowe67/cml.git
101
SOURCE_DIR ${CML_PATH}
102
BUILD_IN_SOURCE 1
103
CONFIGURE_COMMAND true # No configuration required
0 commit comments