[config.h] use cmakedefine01, where appropriate
Using `#define FOO ${FOO}` yielded `#define FOO` if ${FOO} is undefined, which breaks code below (i.e. the LPSOLVE/ALBERTA stuff).
Please register or sign in to comment
Using `#define FOO ${FOO}` yielded `#define FOO` if ${FOO} is undefined, which breaks code below (i.e. the LPSOLVE/ALBERTA stuff).