From c6f1b8742788bb5496a436bfdcda16f2a0262ee9 Mon Sep 17 00:00:00 2001 From: "Robert G. Jakabosky" Date: Sat, 12 May 2012 01:51:49 -0700 Subject: remove un-needed config.h file. --- CMakeLists.txt | 6 ------ config.h.cmake | 14 -------------- 2 files changed, 20 deletions(-) delete mode 100644 config.h.cmake diff --git a/CMakeLists.txt b/CMakeLists.txt index ffa4a7a..06250f7 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,12 +36,6 @@ set(COMMON_LIBS "${COMMON_LIBS};${GIT2_LIBRARIES}") ## LuaNativeObjects include(LuaNativeObjects) -## generate config.h -configure_file(${CMAKE_SOURCE_DIR}/config.h.cmake - ${CMAKE_SOURCE_DIR}/build/config.h) - -set(COMMON_CFLAGS "${COMMON_CFLAGS} -include ${CMAKE_SOURCE_DIR}/build/config.h") - include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${LUA_INCLUDE_DIR}) diff --git a/config.h.cmake b/config.h.cmake deleted file mode 100644 index 0cdc654..0000000 --- a/config.h.cmake +++ /dev/null @@ -1,14 +0,0 @@ -/* - * CMake autogenerated config.h file. - * Make changes to config.h.cmake instead of this file. - */ - -/*************************************************************************** - * Copyright (C) 2010 by Robert G. Jakabosky * - * * - ***************************************************************************/ - -#ifndef __LUA_GIT2_CONFIG_H__ -#define __LUA_GIT2_CONFIG_H__ - -#endif /* __LUA_GIT2_CONFIG_H__ */ -- cgit v1.2.1