Skip to content

Commit

Permalink
cmake: fix typo in setting omniorb4 client libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Soetens committed Nov 26, 2009
1 parent 31f3b3f commit 03c6e37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/FindOmniORB.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ IF( OMNIORB4_IDL_COMPILER )

SET( OMNIORB4_FOUND "YES" )
SET(CORBA_IS_OMNIORB 1)
if (OMNIORB4_LIBRARY_omniORB4_FOUND )
list(APPEND OMNIORB4_CLIENT_LIBRARIES ${OMNIORB4_LIBRARY_omniORB4} ${OMNIORB4_LIBRARY_omnithread} )
endif()
# OMNIORB4_CLIENT_LIBRARIES
list(APPEND OMNIORB4_CLIENT_LIBRARIES ${OMNIORB4_LIBRARY_omniORB4} ${OMNIORB4_LIBRARY_omnithread} )

IF(NOT WIN32)
SET(OMNIORB4_IDL_FLAGS "-bcxx -Wba -Wbh=.hh -Wbs=SK.cc -Wbd=DynSK.cc" CACHE STRING "Option for the omniorb4 idl compiler")
Expand Down

0 comments on commit 03c6e37

Please sign in to comment.