forked from malaterre/GDCM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
14 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,18 +7,14 @@ | |
# also defined, but not for general use are | ||
# UUID_LIBRARY, where to find the UUID library. | ||
# | ||
# Copyright (c) 2006-2011 Mathieu Malaterre <[email protected]> | ||
# Copyright (c) 2006-2016 Mathieu Malaterre <[email protected]> | ||
# | ||
# Redistribution and use is allowed according to the terms of the New | ||
# BSD license. | ||
# For details see the accompanying COPYING-CMAKE-SCRIPTS file. | ||
# | ||
|
||
# On MacOSX we have: | ||
# $ nm -g /usr/lib/libSystem.dylib | grep uuid_generate | ||
# 000b3aeb T _uuid_generate | ||
# 0003e67e T _uuid_generate_random | ||
# 000b37a1 T _uuid_generate_time | ||
# On Mac OS X the uuid functions are in the System library. | ||
if(APPLE) | ||
set(UUID_LIBRARY_VAR System) | ||
else() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters