blob: 341c9cfcd17ff358099022cc053e598f3e1e0310 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
This file is part of MXE. See LICENSE.md for licensing information.
diff -Naur a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt.orig 2013-08-22 17:27:01.000000000 +0200
+++ b/CMakeLists.txt 2013-08-22 17:27:07.000000000 +0200
@@ -143,7 +143,6 @@
add_subdirectory(ftdi_eeprom)
add_subdirectory(examples)
add_subdirectory(packages)
-add_subdirectory(test)
# PkgConfig
set(prefix ${CMAKE_INSTALL_PREFIX})
|