CMake: Create wx-config for MinGW builds

Use the same output folder for setup.h and wx-config as configure does.
This commit is contained in:
Maarten Bent
2020-02-16 15:23:03 +01:00
parent 10abcc0f78
commit 4196c67b72
4 changed files with 20 additions and 26 deletions

View File

@@ -37,7 +37,7 @@ if(NOT wxBUILD_CUSTOM_SETUP_HEADER_PATH)
include(build/cmake/setup.cmake)
endif()
if(UNIX)
if(NOT MSVC)
# Write wx-config
include(build/cmake/config.cmake)
endif()