Skip to content

Commit

Permalink
Fix Ice building on system with non-standard directory layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
naderman committed Jul 12, 2010
1 parent 608d525 commit 7c19735
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions cmake/UseComponentRules.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
include( ${SPOAC_CMAKE_DIR}/UseBasicRules.cmake )
include( ${SPOAC_CMAKE_DIR}/UseLibProjectInterfaces.cmake )
include( ${SPOAC_CMAKE_DIR}/UseIceBasics.cmake )

#
# Common macro definitions
Expand Down
4 changes: 2 additions & 2 deletions cmake/UseIceBasics.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# (and therefore all standard components use)
#

include( ${ORCA_CMAKE_DIR}/UseZeroC.cmake )
include( ${ORCA_CMAKE_DIR}/UseIce.cmake )
include( ${SPOAC_CMAKE_DIR}/UseZeroC.cmake )
include( ${SPOAC_CMAKE_DIR}/UseIce.cmake )

if( NOT SPOAC_OS_WIN )

Expand Down

0 comments on commit 7c19735

Please sign in to comment.