From 1628d90335b1151f83f4fd83bb8015b28521362e Mon Sep 17 00:00:00 2001 From: Marco de Abreu Date: Tue, 27 Aug 2019 02:36:05 +0200 Subject: [PATCH] Trigger --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 82ab475cbeb0..33529747f44c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -234,7 +234,7 @@ if(USE_TENSORRT) endif() # please note that when you enable this, you might run into an linker not being able to work properly due to large code injection. -# you can find more information here https://github.com/apache/incubator-mxnet/issues/15971 +# you can find more information here https://github.com/apache/incubator-mxnet/issues/15971 if(ENABLE_TESTCOVERAGE) message(STATUS "Compiling with test coverage support enabled. This will result in additional files being written to your source directory!") find_program( GCOV_PATH gcov )