Changeset 1379
- Timestamp:
- 06/16/08 06:36:41 (5 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
. (modified) (4 props)
-
CMakeLists.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property bzr:revision-id:v3-trunk0
-
old new 2 2 1374 andrew@aehunter.net-20080616113201-cexl9qhreccah10e 3 3 1375 andrew@aehunter.net-20080616113418-7qu4qxldvpxfrdp7 4 1376 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 2 2 andrew@aehunter.net-20080614133032-vef9lmcgxyrauqss 3 3 andrew@aehunter.net-20080614141409-u4z2pzco7bmhavlb 4 andrew@aehunter.net-20080616112610-ky0ylmbwjn9w1mzm
-
- Property bzr:revision-info
-
old new 1 timestamp: 2008-06-16 12:3 4:18.467999935+01001 timestamp: 2008-06-16 12:35:59.805000067 +0100 2 2 committer: Andrew Hunter <andrew@aehunter.net> 3 3 properties:
-
- Property bzr:revision-id:v3-trunk0
-
trunk/CMakeLists.txt
r1376 r1379 23 23 24 24 # boost 25 find_package( Boost )25 find_package( Boost REQUIRED ) 26 26 if ( Boost_FOUND ) 27 27 message( "found boost: ${Boost_INCLUDE_DIR}" ) … … 33 33 # libxml 34 34 if ( NOT WIN32 ) 35 find_package( LibXml2 )35 find_package( LibXml2 REQUIRED ) 36 36 if ( LIBXML2_FOUND ) 37 37 message( "found LibXml2: ${LIBXML2_INCLUDE_DIR}" )
