rename config.h back to version.h since it contains only version after last commit
This commit is contained in:
parent
2fb24571ef
commit
eb338d92c5
@ -46,10 +46,10 @@ endif()
|
||||
|
||||
# generate header file to handle version
|
||||
configure_file(
|
||||
"${PROJECT_SOURCE_DIR}/config.h.in" "${PROJECT_SOURCE_DIR}/config.h"
|
||||
"${PROJECT_SOURCE_DIR}/version.h.in" "${PROJECT_SOURCE_DIR}/version.h"
|
||||
)
|
||||
|
||||
# set buold type
|
||||
# set build type
|
||||
if(NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE MinSizeRel CACHE STRING
|
||||
"Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel."
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <cstdlib> // EXIT_SUCCESS
|
||||
|
||||
#include "argParse/argParse.h"
|
||||
#include "config.h"
|
||||
#include "version.h"
|
||||
#include "graph.h"
|
||||
|
||||
// Tmux color lookup tables for the different metrics.
|
||||
|
Loading…
Reference in New Issue
Block a user