Skip to content

Commit

Permalink
Updated common utils cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Jun 28, 2024
1 parent 80de815 commit 0a3f558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/cmake/mikroeUtilsCommon.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ endfunction()
#############################################################################
## Macro for exporting the version of core lib
#############################################################################
set(COMPILER_REVISION 1.0)
macro(core_version_export lib)
set(COMPILER_REVISION 1.0)
target_compile_definitions(${lib}
INTERFACE
MikroCCoreVersion=1
Expand Down

0 comments on commit 0a3f558

Please sign in to comment.