projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c3d45d
)
fixed if condition syntax: ! -> NOT
author
Anatoly Baksheev
<no@email>
Fri, 24 Sep 2010 11:33:06 +0000
(11:33 +0000)
committer
Anatoly Baksheev
<no@email>
Fri, 24 Sep 2010 11:33:06 +0000
(11:33 +0000)
modules/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/modules/CMakeLists.txt
b/modules/CMakeLists.txt
index
85567f7
..
7273e16
100644
(file)
--- a/
modules/CMakeLists.txt
+++ b/
modules/CMakeLists.txt
@@
-25,7
+25,7
@@
endif()
add_subdirectory(video)
-if(
!
ANDROID)
+if(
NOT
ANDROID)
add_subdirectory(haartraining)
add_subdirectory(traincascade)
add_subdirectory(gpu)