mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 12:23:37 -05:00
Removed global svnversion.h header dependency as it is now directly
included only where needed. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3968 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
a056b1f671
commit
a6a1917e9c
@ -295,7 +295,6 @@ endif (NOT WSJT_QDEBUG_IN_RELEASE)
|
||||
|
||||
set_property (SOURCE ${all_C_and_CXXSRCS} APPEND PROPERTY COMPILE_FLAGS "-include wsjtx_config.h")
|
||||
set_property (SOURCE ${all_C_and_CXXSRCS} APPEND PROPERTY OBJECT_DEPENDS wsjtx_config.h)
|
||||
set_property (SOURCE ${all_C_and_CXXSRCS} APPEND PROPERTY OBJECT_DEPENDS svnversion.h)
|
||||
|
||||
if (WIN32)
|
||||
# generate the OmniRig COM interface source
|
||||
@ -653,8 +652,6 @@ add_custom_target (revisiontag
|
||||
# explicitly say that the executable depends on custom target, this is
|
||||
# done indirectly so that the revisiontag target gets built exactly
|
||||
# once per build
|
||||
add_dependencies(wsjt revisiontag)
|
||||
add_dependencies(wsjt_qt revisiontag)
|
||||
add_dependencies(jt9 revisiontag)
|
||||
add_dependencies(wsjtx revisiontag)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user