Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
ac00baa6
Commit
ac00baa6
authored
Apr 16, 2014
by
Brad King
Browse files
Merge branch 'implicit-libNN-dirs' into release
parents
1c587198
cc57ff5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Platform/UnixPaths.cmake
View file @
ac00baa6
...
...
@@ -83,7 +83,7 @@ list(APPEND CMAKE_SYSTEM_PROGRAM_PATH
)
list
(
APPEND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES
/lib /usr/lib /usr/lib32 /usr/lib64
/lib
/lib32 /lib64
/usr/lib /usr/lib32 /usr/lib64
)
list
(
APPEND CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES
...
...
Write
Preview
Supports
Markdown
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