blob: e70779ee9a27ee6f64b9f6070a9cf6f7c54f6a65 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
- workaround for https://github.com/libfann/fann/issues/142 and https://github.com/libfann/fann/issues/143
--- CMakeLists.txt.orig 2023-03-16 17:26:18 UTC
+++ CMakeLists.txt
@@ -156,10 +156,10 @@ install (FILES
################# compile tests ################
-ADD_SUBDIRECTORY( lib/googletest )
+#ADD_SUBDIRECTORY( lib/googletest )
if(COMPILER_SUPPORTS_CXX11)
- ADD_SUBDIRECTORY( tests )
+ #ADD_SUBDIRECTORY( tests )
endif()
ENDIF()
|