mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix disabling src docs build on Windows
As it was written it also prevented building source docs on other platforms, causing cmake warnings and a failed dist build.
This commit is contained in:
parent
1238b9d8cd
commit
7cb59aafe8
@ -1,4 +1,4 @@
|
||||
if (!WIN32)
|
||||
if (NOT WIN32)
|
||||
ADD_SUBDIRECTORY(design)
|
||||
endif()
|
||||
ADD_SUBDIRECTORY(xml)
|
||||
|
Loading…
Reference in New Issue
Block a user