Commit d4985d0f authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

src/CMakeLists.txt: Correctly fix that typo spotted by courmisch.

parent 0ba172b3
......@@ -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)\" ; &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment