Fix /bigobj option on Windows (it is case sensitive).
This commit is contained in:
parent
3ba5f8d46a
commit
c8fa5ef714
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
||||||
if (build_win64)
|
if (build_win64)
|
||||||
target_compile_options(common_options
|
target_compile_options(common_options
|
||||||
INTERFACE
|
INTERFACE
|
||||||
/BIGOBJ # scheme.cpp has too many sections.
|
/bigobj # scheme.cpp has too many sections.
|
||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
target_link_options(common_options
|
target_link_options(common_options
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue