Fixing build for Android
authorAndrey Pavlenko <no@email>
Wed, 11 May 2011 15:39:09 +0000 (15:39 +0000)
committerAndrey Pavlenko <no@email>
Wed, 11 May 2011 15:39:09 +0000 (15:39 +0000)
modules/haartraining/CMakeLists.txt

index 65a32ea871ddd2d72f59b3d878eb6ffac9382965..ba36b7ec9b70f64039acb026c1674f91f33ce6e5 100644 (file)
@@ -82,7 +82,7 @@ set_target_properties(opencv_performance PROPERTIES
 install(TARGETS opencv_haartraining RUNTIME DESTINATION bin COMPONENT main)
 install(TARGETS opencv_createsamples RUNTIME DESTINATION bin COMPONENT main)
 install(TARGETS opencv_performance RUNTIME DESTINATION bin COMPONENT main)
-endif()
+
 
 if(SOLUTION_FOLDERS_ENABLED)
        set_target_properties(opencv_performance PROPERTIES FOLDER "applications")
@@ -90,3 +90,5 @@ if(SOLUTION_FOLDERS_ENABLED)
        set_target_properties(opencv_haartraining PROPERTIES FOLDER "applications")
        set_target_properties(opencv_haartraining_engine PROPERTIES FOLDER "applications")
 endif()        
+
+endif()
\ No newline at end of file