Changeset 1379

Show
Ignore:
Timestamp:
06/16/08 06:36:41 (2 months ago)
Author:
rexbron
Message:

CMAKE: Mark libboost and libxml2 as required dependancies.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk

    • Property bzr:revision-id:v3-trunk0
      •  

        old new  
        221374 andrew@aehunter.net-20080616113201-cexl9qhreccah10e 
        331375 andrew@aehunter.net-20080616113418-7qu4qxldvpxfrdp7 
         41376 andrew@aehunter.net-20080616113559-u5wad4bpwd9uzmd8 
    • Property bzr:file-ids
      •  

        old new  
        1 FindOPENFX.cmake        findofx.cmake-20080614133240-3xjcny2be6xktlls-1 
    • Property bzr:ancestry:v3-trunk0
      •  

        old new  
        22andrew@aehunter.net-20080614133032-vef9lmcgxyrauqss 
        33andrew@aehunter.net-20080614141409-u4z2pzco7bmhavlb 
         4andrew@aehunter.net-20080616112610-ky0ylmbwjn9w1mzm 
    • Property bzr:revision-info
      •  

        old new  
        1 timestamp: 2008-06-16 12:34:18.467999935 +0100 
         1timestamp: 2008-06-16 12:35:59.805000067 +0100 
        22committer: Andrew Hunter <andrew@aehunter.net> 
        33properties:  
  • trunk/CMakeLists.txt

    r1376 r1379  
    2323 
    2424# boost 
    25 find_package( Boost ) 
     25find_package( Boost REQUIRED ) 
    2626if ( Boost_FOUND ) 
    2727   message( "found boost: ${Boost_INCLUDE_DIR}" ) 
     
    3333# libxml 
    3434if ( NOT WIN32 ) 
    35    find_package( LibXml2 ) 
     35   find_package( LibXml2 REQUIRED ) 
    3636   if ( LIBXML2_FOUND ) 
    3737      message( "found LibXml2: ${LIBXML2_INCLUDE_DIR}" )