File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,13 @@ message("Found FRIClient of version: " ${FRI_CLIENT_VERSION})
61
61
62
62
# create version header
63
63
configure_file (
64
- ${CMAKE_CURRENT_SOURCE_DIR} /friVersion .h.in ${CMAKE_CURRENT_BINARY_DIR} /${FRIClient_SDK_NAME} /include /friVersion .h
64
+ ${CMAKE_CURRENT_SOURCE_DIR} /friClientVersion .h.in ${CMAKE_CURRENT_BINARY_DIR} /${FRIClient_SDK_NAME} /include /friClientVersion .h
65
65
)
66
66
67
67
#################################
68
68
# define FRIClient library target
69
69
#################################
70
- message (STATUS "Configuring FRIClient version ${FRI_VERSION } " )
70
+ message (STATUS "Configuring FRIClient version ${FRI_CLIENT_VERSION } " )
71
71
file (GLOB_RECURSE NANOPB_SOURCES RELATIVE ${CMAKE_CURRENT_BINARY_DIR}
72
72
${CMAKE_CURRENT_BINARY_DIR} /${FRIClient_SDK_NAME} /src/nanopb-${NANOPB_VERSION} /*.c
73
73
)
Original file line number Diff line number Diff line change 1
- #ifndef FRI_VERSION_H
2
- #define FRI_VERSION_H
1
+ #ifndef FRI_CLIENT_VERSION_H
2
+ #define FRI_CLIENT_VERSION_H
3
3
4
4
#define FRI_CLIENT_VERSION_MAJOR @FRI_CLIENT_VERSION_MAJOR@
5
5
#define FRI_CLIENT_VERSION_MINOR @FRI_CLIENT_VERSION_MINOR@
6
6
7
- #endif // FRI_VERSION_H
7
+ #endif // FRI_CLIENT_VERSION_H
You can’t perform that action at this time.
0 commit comments