Changeset 1376 for trunk/CMakeLists.txt
- Timestamp:
- 06/14/08 08:03:18 (5 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
. (modified) (4 props)
-
CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
bzr:revision-id:v3-trunk0 set
to
1373 andrew@aehunter.net-20080614130206-thshu8ln95djpgng
-
Property
bzr:file-ids set
to
.bzrignore bzrignore-20080613161045-2n6yxm79gaz9g3on-1
-
Property
bzr:ancestry:v3-trunk0 set
to
andrew@aehunter.net-20080613162705-8emncakb7nkknsbj
-
Property
bzr:revision-info set
to
timestamp: 2008-06-14 14:02:06.701999903 +0100
committer: Andrew Hunter <andrew@aehunter.net>
properties:
branch-nick: trunk
-
Property
bzr:revision-id:v3-trunk0 set
to
-
trunk/CMakeLists.txt
r1373 r1376 80 80 endif( WIN32 ) 81 81 82 IF ( UNIX ) 83 IF ( NOT APPLE ) 84 SET( CMAKE_SKIP_RPATH TRUE ) 85 ENDIF ( NOT APPLE ) 86 ENDIF ( UNIX ) 87 82 88 add_subdirectory( src )
