Skip to content

Commit

Permalink
Merge pull request #228 from aminya/llvm [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 21, 2023
2 parents 1114bf9 + 3431e16 commit 0919f8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Index.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ macro(project_options)
add_library(${_options_target} INTERFACE)
add_library(${_warnings_target} INTERFACE)

# use the linker
configure_linker(${_options_target} "${ProjectOptions_LINKER}")

# fix mingw
mingw_unicode()

Expand Down Expand Up @@ -229,9 +232,6 @@ macro(project_options)
enable_cache()
endif()

# use the linker
configure_linker(${_options_target} "${ProjectOptions_LINKER}")

# standard compiler warnings
set_project_warnings(
${_warnings_target}
Expand Down

0 comments on commit 0919f8b

Please sign in to comment.