Zeex/subhook

CMake cache variables

Closed this issue · 1 comments

ziggi commented

After these changes: 69ed7f0 we need to add CACHE INTERNAL "" into all of our subhook parameters for working after first cmake calling (after second and future calls everything is ok):

set (SUBHOOK_STATIC true CACHE INTERNAL "")
set (SUBHOOK_TESTS false CACHE INTERNAL "")

This is by design?

Zeex commented

No, this was not intentional. It should be fixed now I think.