Fix APPDATA environment variablt syntax for cmake
This commit is contained in:
parent
d8f37c02de
commit
c1ef88d974
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ if( UNIX )
|
||||||
CACHE PATH "Location of user specifig KiCad config files" )
|
CACHE PATH "Location of user specifig KiCad config files" )
|
||||||
endif()
|
endif()
|
||||||
elseif( MINGW )
|
elseif( MINGW )
|
||||||
set( KICAD_USER_CONFIG_DIR $ENV{%APPDATA%}/kicad
|
set( KICAD_USER_CONFIG_DIR $ENV{APPDATA}/kicad
|
||||||
CACHE PATH "Location of user specifig KiCad config files" )
|
CACHE PATH "Location of user specifig KiCad config files" )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue