Changeset 3493 for trunk/CMakeLists.txt


Ignore:
Timestamp:
10/12/10 17:57:39 (13 years ago)
Author:
rorothetroll
Message:

fix a small problem with OSCAM_SVN_REVISION when using svnversion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r3481 r3493  
    511511#if the svnversion program is absent, this will leave the SVN_REVISION string empty,
    512512#but won't stop CMake.
    513 execute_process (COMMAND "svnversion" "-n" "${CMAKE_CURRENT_SOURCE_DIR}" OUTPUT_VARIABLE OSCAM_SVN_REVISION)
     513execute_process (COMMAND "svnversion" "-n" "-c" "${CMAKE_CURRENT_SOURCE_DIR}" OUTPUT_VARIABLE OSCAM_SVN_REVISION)
    514514
    515515if (OSCAM_SVN_REVISION)
Note: See TracChangeset for help on using the changeset viewer.