> On Fri, 07 Dec 2018 09:53:00 -0000
> "Martin Gansser" <martin.gansser(a)gmail.com> wrote:
>
> this would have to be patched out as the builders don't have network
> available
>
>
> Dan
can you give me a hint, how to patching this out ?
this is the relevant part in CMakeLists.txt
....
# Use SVN to read repository version
IF(EXISTS "${CMAKE_SOURCE_DIR}/.svn")
FIND_PACKAGE(Subversion)
IF(Subversion_FOUND)
IF( MINGW )
msys_to_cmake_path(${CMAKE_SOURCE_DIR} CMAKE_SOURCE_DIR_MINGW )
Subversion_WC_INFO( ${CMAKE_SOURCE_DIR_MINGW} GLMIXER)
ELSE (MINGW)
Subversion_WC_INFO( ${CMAKE_SOURCE_DIR} GLMIXER)
ENDIF (MINGW)
MESSAGE("Current subversion revision is ${GLMIXER_WC_REVISION}")
ENDIF(Subversion_FOUND)
ENDIF()
...
Martin
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]