Use cmake_dependent_option for KICAD_WIN32_DPI_AWARE

This commit is contained in:
Marek Roszko 2021-01-06 21:43:00 -05:00
parent 52f822dedb
commit 318d7ab67b
1 changed files with 2 additions and 2 deletions

View File

@ -123,9 +123,9 @@ option( KICAD_NETLIST_QA
"Run eeschema netlist QA tests (requires Python 3)"
OFF )
option( KICAD_WIN32_DPI_AWARE
cmake_dependent_option( KICAD_WIN32_DPI_AWARE
"Turn on DPI awareness for Windows builds only"
OFF )
OFF "WIN32" OFF )
option( KICAD_USE_EGL
"Build KiCad with EGL backend support for Wayland."