Skip to content

Commit

Permalink
Update tools/cmake/project.cmake
Browse files Browse the repository at this point in the history
good point, a little more info is always good

Co-authored-by: Ivan Grokhotkov <[email protected]>
  • Loading branch information
kohait00 and igrr authored Oct 25, 2023
1 parent db01a12 commit 758152a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cmake/project.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ macro(project project_name)
# LANGUAGES usually to be last topic in ARGV list, so we simply kill all the parts we also specify,
# and append the remainder

set(ARGV_EXT "LANGUAGES;C;CXX;ASM")
set(extra_project_args "LANGUAGES;C;CXX;ASM")

set(LANGUAGES_POS -1)
string(FIND "${ARGV}" "LANGUAGES" LANGUAGES_POS)
Expand Down

0 comments on commit 758152a

Please sign in to comment.