Skip to content

Commit

Permalink
[vconone] Fix compiler version (Samsung#7838)
Browse files Browse the repository at this point in the history
This commit fixes compiler version to be printed.

Signed-off-by: seongwoo <[email protected]>
  • Loading branch information
mhs4670go authored Oct 15, 2021
1 parent 0fb144c commit 9fdddf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/vconone/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if (NOT VCONONE_VERSION)
set(VCONONE_VERSION 0x0000000100120000)
set(VCONONE_VERSION 0x0000000000120001)
# NOTE order is [build patch minor major]
# if VCONONE_VERSION is set with -D option, it will be cached
# you may have to remove cache file if you remove -D option
Expand Down

0 comments on commit 9fdddf2

Please sign in to comment.