Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
98
Issues
98
List
Boards
Labels
Service Desk
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
0ee47f62
Commit
0ee47f62
authored
Jan 10, 2015
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the cmake LIBUUID_INCLUDE_DIRS value when we are not using pkg-config
parent
f4fb961d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cmake/Modules/FindLIBUUID.cmake
cmake/Modules/FindLIBUUID.cmake
+1
-1
No files found.
cmake/Modules/FindLIBUUID.cmake
View file @
0ee47f62
...
@@ -20,7 +20,7 @@ pkg_check_modules(LIBUUID uuid)
...
@@ -20,7 +20,7 @@ pkg_check_modules(LIBUUID uuid)
if
(
NOT LIBUUID_FOUND
)
if
(
NOT LIBUUID_FOUND
)
find_path
(
LIBUUID_INCLUDE_DIRS NAMES uuid.h
find_path
(
LIBUUID_INCLUDE_DIRS NAMES uuid.h
PATH uuid
PATH
_SUFFIXES
uuid
DOC
"The libuuid include directory"
)
DOC
"The libuuid include directory"
)
find_library
(
LIBUUID_LIBRARIES NAMES uuid
find_library
(
LIBUUID_LIBRARIES NAMES uuid
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment