Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
d4985d0f
Commit
d4985d0f
authored
Feb 04, 2008
by
Pierre d'Herbemont
Browse files
src/CMakeLists.txt: Correctly fix that typo spotted by courmisch.
parent
0ba172b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/buildsystem/cmake/CMakeLists/src_CMakeLists.txt
View file @
d4985d0f
...
...
@@ -177,7 +177,7 @@ target_link_libraries(libvlc ${CARBON_FRAMEWORK})
# version.c
add_custom_command(
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/revision.c
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/
misc/
revision.c
COMMAND sh "rm -f misc/revision.c misc/revision.c.tmp &&
echo '/* AUTOGENERATED FILE - DO NOT EDIT */' > misc/revision.c.tmp &&
REVISION=\"$$\(LANG=C svnversion \\\"$\(top_srcdir)\\\" 2>/dev/null || echo exported)\" ; &&
...
...
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