Op woensdag 4 juli 2018 10:57:59 CEST schreef Colin Law: > Eureka moment - it is obvious if I just look in the right place. The > full cmake command I have is > > file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/gnucash/icons" > TYPE DIRECTORY FILES > "/home/colinl/apps/gnucash-3.2/data/pixmaps/hicolor" REGEX ".*/apps.*" > EXCLUDE) > > The REGEX is given the full path, which includes > /home/colinl/apps/gnucash-3.2/data/pixmaps/hicolor. I have put my > source directory under a folder called apps so the regex matches > everything! Changing the regex to > > REGEX "hicolor/.*/apps.*" EXCLUDE > > works perfectly. > > Colin
Wow, that's a good catch! I have updated the build system to use a more specific regex as you propose. Geert _______________________________________________ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.