Skip to content
This repository has been archived by the owner on Dec 3, 2020. It is now read-only.

Commit

Permalink
Do not save the conf_cmake file in the source directory
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallJoker committed Mar 8, 2015
1 parent 67d5fa6 commit 247f3c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")
set(NBE_MAJOR_VERSION 0)
set(NBE_MINOR_VERSION 8)
set(NBE_PATCH_VERSION 0)
set(NBE_DESCR_VERSION "\"0.8 - Glass\"")
set(NBE_DESCR_VERSION "0.8 - Glass")
configure_file(
src/conf_cmake.hpp.in
src/conf_cmake.hpp
"${PROJECT_SOURCE_DIR}/src/conf_cmake.hpp.in"
"${PROJECT_BINARY_DIR}/conf_cmake.hpp"
)

#
Expand Down
2 changes: 1 addition & 1 deletion src/conf_cmake.hpp.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef CONF_CMAKE_HPP_INCLUDED
#define CONF_CMAKE_HPP_INCLUDED

#define EDITOR_TEXT_VERSION @NBE_DESCR_VERSION@
#define EDITOR_TEXT_VERSION "@NBE_DESCR_VERSION@"

#endif

0 comments on commit 247f3c8

Please sign in to comment.