mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Cmake why
This commit is contained in:
parent
8f19ad6a1d
commit
0046bef9d3
@ -72,7 +72,7 @@ if (CMAKE_CXX_COMPILER_ID MATCHES ".*Clang")
|
||||
endif ()
|
||||
|
||||
if (MSVC)
|
||||
target_compile_options(_quicktex '/DWIN32_LEAN_AND_MEAN=1' '/DNOMINMAX=1') # prevent windows macros from stepping on everything
|
||||
target_compile_options(_quicktex PUBLIC '/DWIN32_LEAN_AND_MEAN=1' '/DNOMINMAX=1') # prevent windows macros from stepping on everything
|
||||
endif()
|
||||
|
||||
message("RELEASE FLAGS=${CMAKE_CXX_FLAGS}")
|
||||
|
Loading…
Reference in New Issue
Block a user