fix: fixed wrong include guard name
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2990294fd2
commit
74d0b209b7
@ -1,5 +1,4 @@
|
||||
#ifndef __LIBCMS_CONFIG_HPP__
|
||||
#define __LIBCMS_CONFIG_HPP__
|
||||
#pragma once
|
||||
/*
|
||||
* Copyright (C) 2024 Dominik Meyer
|
||||
*
|
||||
@ -24,5 +23,3 @@
|
||||
#define VERSION_MINOR @PROJECT_VERSION_MINOR@
|
||||
#define VERSION_PATCH @PROJECT_VERSION_PATCH@
|
||||
#define PROJECT_VERSION "@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@"
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user