Unbreak CMake Windows installation
* CMakeLists.txt: Generate ftconfig.h on non-UNIX.
This commit is contained in:
parent
9514959241
commit
660afb5ce8
@ -229,9 +229,12 @@ if (UNIX)
|
||||
endif ()
|
||||
string(REPLACE "/undef " "#undef "
|
||||
FTCONFIG_H "${FTCONFIG_H}")
|
||||
file(WRITE "${PROJECT_BINARY_DIR}/include/freetype/config/ftconfig.h"
|
||||
"${FTCONFIG_H}")
|
||||
else()
|
||||
file(READ "${PROJECT_SOURCE_DIR}/include/freetype/config/ftconfig.h"
|
||||
FTCONFIG_H)
|
||||
endif ()
|
||||
file(WRITE "${PROJECT_BINARY_DIR}/include/freetype/config/ftconfig.h"
|
||||
"${FTCONFIG_H}")
|
||||
|
||||
|
||||
# Create the options file
|
||||
|
Loading…
Reference in New Issue
Block a user