diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2021-07-07 04:29:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-06 13:29:20 -0700 |
| commit | a6cefc0e224e4a284351dc33db5e7afe85d2aa46 (patch) | |
| tree | 679304824894bb5935117de20e9c821936ef9735 /ports/cnl/disable-test.patch | |
| parent | 110c89fc6ada7bc9fad715eaf8211f20aad084f5 (diff) | |
| download | vcpkg-a6cefc0e224e4a284351dc33db5e7afe85d2aa46.tar.gz vcpkg-a6cefc0e224e4a284351dc33db5e7afe85d2aa46.zip | |
[vcpkg baseline][cnl] Disable tests (#18767)
Diffstat (limited to 'ports/cnl/disable-test.patch')
| -rw-r--r-- | ports/cnl/disable-test.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ports/cnl/disable-test.patch b/ports/cnl/disable-test.patch new file mode 100644 index 000000000..58ecad535 --- /dev/null +++ b/ports/cnl/disable-test.patch @@ -0,0 +1,15 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 73111fc..a0cb3db 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -9,8 +9,8 @@ project(cnl) + + cmake_minimum_required(VERSION 3.5.1) + +-include(CTest) +-add_subdirectory("test") ++# include(CTest) ++# add_subdirectory("test") + + # the CNL library + add_library(Cnl INTERFACE) |
