File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,13 +61,13 @@ message("Found FRIClient of version: " ${FRI_CLIENT_VERSION})
6161
6262# create version header
6363configure_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
6565)
6666
6767#################################
6868# define FRIClient library target
6969#################################
70- message (STATUS "Configuring FRIClient version ${FRI_VERSION } " )
70+ message (STATUS "Configuring FRIClient version ${FRI_CLIENT_VERSION } " )
7171file (GLOB_RECURSE NANOPB_SOURCES RELATIVE ${CMAKE_CURRENT_BINARY_DIR}
7272 ${CMAKE_CURRENT_BINARY_DIR} /${FRIClient_SDK_NAME}/src/nanopb-${NANOPB_VERSION}/*.c
7373)
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
33
44#define FRI_CLIENT_VERSION_MAJOR @FRI_CLIENT_VERSION_MAJOR@
55#define FRI_CLIENT_VERSION_MINOR @FRI_CLIENT_VERSION_MINOR@
66
7- #endif // FRI_VERSION_H
7+ #endif // FRI_CLIENT_VERSION_H
You can’t perform that action at this time.
0 commit comments