[cmake] Call configure_file after check_include_files

pull/3/head
Hleb Valoshka 2019-07-08 23:28:54 +03:00
parent 2250dd9c23
commit da32a3318c
1 changed files with 1 additions and 1 deletions

View File

@ -249,8 +249,8 @@ include_directories("${CMAKE_SOURCE_DIR}/src" ${CMAKE_BINARY_DIR})
# configure a header file to pass some of the CMake settings
# to the source code
configure_file("config.h.in" "config.h")
check_include_files(byteswap.h HAVE_BYTESWAP_H)
configure_file("config.h.in" "config.h")
set(BASE_DATA_SOURCES
demo.cel