Browse Source

Remove confuse comment in config.h.in;Move config.h.in to cmake.

pull/1272/head
wener 7 years ago
parent
commit
0cabdccd9a
2 changed files with 1 additions and 3 deletions
  1. 2
      CMakeLists.txt
  2. 2
      cmake/config.h.in

2
CMakeLists.txt

@ -229,7 +229,7 @@ if (NOT HAVE_WORKING_VFORK)
set(vfork fork)
endif ()
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/src/config.h)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/src/config.h)
add_definitions(-DHAVE_CONFIG_H)

src/config.h.in → cmake/config.h.in

@ -1,5 +1,3 @@
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define if building universal (internal helper macro) */
#cmakedefine AC_APPLE_UNIVERSAL_BUILD
Loading…
Cancel
Save