← Back to team overview

kicad-developers team mailing list archive

bitmaps/CMakeLists.txt patch suggestion

 

--00032555b50abae95204783cad68 Content-Type: text/plain; charset=UTF-8

Hi,

I would like to suggest a change in CMakeLists.txt in bitmaps
directory. Currently the custom command added for copying .xpm files
uses "cmake" command directly, what fails under Windows, when there is
no cmake.exe in PATH. I suggest to put "$(CMAKE_COMMAND)" as this
variable contains full path to cmake command in Makefile later during
build process. This allows me to build KiCad under Windows on my
default environment. According to what I googled, the
"${CMAKE_COMAND}" should also work.

Patch attached - please consider using it. I did not have time to
check it under MS Visual C++.

-- 
Manveru
jabber: manveru@...
gg: 1624001
http://www.manveru.pl
 --00032555b50abae95204783cad68 Content-Type: application/octet-stream; name="auto-image-problem.patch"
Content-Disposition: attachment; filename="auto-image-problem.patch"
Content-Transfer-Encoding: base64
X-Attachment-Id: f_g1yoz0q70

[Attachment content not displayed.] --00032555b50abae95204783cad68-- 




Follow ups