Index: config/FindOmniORB.cmake =================================================================== --- config/FindOmniORB.cmake (revision 30471) +++ config/FindOmniORB.cmake (working copy) @@ -140,7 +140,7 @@ IF( NOT OMNIORB4_FOUND ) MESSAGE(" omniORB installation...") SET( OMNIORB4_DIR "" CACHE PATH "Root of omniORB instal tree." ) -ENDIF( OMNIORB4_FOUND ) +ENDIF( NOT OMNIORB4_FOUND ) # Generate all files required for a corba server app. # ORO_ADD_CORBA_SERVERS( foo_SRCS foo_HPPS file.idl ... )