From 86d1304176c4e6b501a39887e5c5aa76771341eb Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Sat, 10 Nov 2018 18:58:53 -0700 Subject: [PATCH 1/2] cmake: update doc aobut executables --- cmake/README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/cmake/README.md b/cmake/README.md index 21e728c1f0..b9020bf4a9 100644 --- a/cmake/README.md +++ b/cmake/README.md @@ -1492,6 +1492,11 @@ target API. + + BIN2C (CUDA only) + Path to bin2c executable + 1st in path (if found) + @@ -1647,9 +1652,8 @@ requires `gzip` to be in your `PATH` GZIP_EXECUTABLE - - - + path to gzip executable + 1st in path (if found) @@ -1679,9 +1683,8 @@ requires `ffmpeg` to be in your `PATH` FFMPEG_EXECUTABLE - - - + path to ffmpeg executable + 1st in path (if found) From d5f222464b4742331e71dcb421696dbc2b852c6b Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Thu, 15 Nov 2018 09:48:46 -0700 Subject: [PATCH 2/2] Update README.md --- cmake/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cmake/README.md b/cmake/README.md index b9020bf4a9..90aba19a41 100644 --- a/cmake/README.md +++ b/cmake/README.md @@ -1494,8 +1494,8 @@ target API. BIN2C (CUDA only) - Path to bin2c executable - 1st in path (if found) + Path to bin2c executable, will automatically pick up the first one in your $PATH. + (automatic) @@ -1652,8 +1652,8 @@ requires `gzip` to be in your `PATH` GZIP_EXECUTABLE - path to gzip executable - 1st in path (if found) + Path to gzip executable, will automatically pick up the first one in your $PATH. + (automatic) @@ -1683,8 +1683,8 @@ requires `ffmpeg` to be in your `PATH` FFMPEG_EXECUTABLE - path to ffmpeg executable - 1st in path (if found) + Path to ffmpeg executable, will automatically pick up the first one in your $PATH. + (automatic)