diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-02-16 01:04:51 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-02-16 01:04:51 +0000 |
commit | eacd1b8f5c8024296c6fa4b19b3b99bd24de91a1 (patch) | |
tree | c0350d7eba85bcb5c01342bfef2f21d34b83c8bd /Build/source/libs/gd/libgd-src/cmake/modules/gd.cmake | |
parent | 08bed0cad41932663940d45d7fcc96986c2cca3c (diff) |
libs/gd: new convention
git-svn-id: svn://tug.org/texlive/trunk@39737 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd/libgd-src/cmake/modules/gd.cmake')
-rw-r--r-- | Build/source/libs/gd/libgd-src/cmake/modules/gd.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/libs/gd/libgd-src/cmake/modules/gd.cmake b/Build/source/libs/gd/libgd-src/cmake/modules/gd.cmake new file mode 100644 index 00000000000..1e846dd855d --- /dev/null +++ b/Build/source/libs/gd/libgd-src/cmake/modules/gd.cmake @@ -0,0 +1 @@ +option(BUILD_TEST "Compile examples in the build tree and enable ctest" OFF) |