Skip to content

Commit

Permalink
Fixes #1316
Browse files Browse the repository at this point in the history
  • Loading branch information
bsongis committed Jun 24, 2014
1 parent 1b72894 commit edbe6fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions companion/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@ add_custom_command(
WORKING_DIRECTORY ${RADIO_SRC_DIRECTORY}
)

add_custom_command(
OUTPUT ${RADIO_SRC_DIRECTORY}/stamp-opentx.h
COMMAND make stamp_header
DEPENDS ${RADIO_SRC_DIRECTORY}/Makefile
WORKING_DIRECTORY ${RADIO_SRC_DIRECTORY}
)

include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${PROJECT_SOURCE_DIR}/../..
Expand Down Expand Up @@ -142,7 +135,6 @@ set(companion_SRCS
flashinterface.cpp
# xmlinterface.cpp
# ${PROJECT_BINARY_DIR}/radio.cxx
${RADIO_SRC_DIRECTORY}/stamp-opentx.h
helpers.cpp
mdichild.cpp
generaledit.cpp
Expand Down Expand Up @@ -250,8 +242,6 @@ NOW(TIME)

CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/version.h.in ${CMAKE_CURRENT_BINARY_DIR}/version.h @ONLY)
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/translations.qrc.in ${CMAKE_CURRENT_BINARY_DIR}/translations.qrc @ONLY)

# Subversion_WC_INFO( ${PROJECT_SOURCE_DIR}/../${FIRMWARE} G9X )
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/firmwares/opentx/stamp-opentx.h.in ${CMAKE_CURRENT_BINARY_DIR}/stamp-opentx.h @ONLY)

IF( WIN32 )
Expand Down
1 change: 0 additions & 1 deletion companion/src/firmwares/opentx/stamp-opentx.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
#define DATE_STR "@DATE@"
#define TIME_STR "@TIME@"
#define VERS_STR "@C9X_VERSION@"
#define MOD_STR "FH"

0 comments on commit edbe6fc

Please sign in to comment.