-
I am building 1.13
When I look at the built+installed files, I see that pugiconfig.hpp has the following line commented out
So I am wondering if the define is happening elsewhere ? Cheers |
Beta Was this translation helpful? Give feedback.
Answered by
zeux
Jan 10, 2023
Replies: 1 comment
-
CMake adds the necessary defines to the command line options. pugiconfig.hpp is only used when CMake options are not used (e.g. if you want to use a different build system it might be easier to just change that file). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nyue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CMake adds the necessary defines to the command line options. pugiconfig.hpp is only used when CMake options are not used (e.g. if you want to use a different build system it might be easier to just change that file).