Skip to content

Commit 8d5df30

Browse files
committed
FRI_VERSION -> FRI_CLIENT_VERSION
1 parent f6aa7c7 commit 8d5df30

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ message("Found FRIClient of version: " ${FRI_CLIENT_VERSION})
6161

6262
# create version header
6363
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
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}")
7171
file(GLOB_RECURSE NANOPB_SOURCES RELATIVE ${CMAKE_CURRENT_BINARY_DIR}
7272
${CMAKE_CURRENT_BINARY_DIR}/${FRIClient_SDK_NAME}/src/nanopb-${NANOPB_VERSION}/*.c
7373
)
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)