Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Esser committed May 6, 2013
1 parent 960d412 commit b05cebd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -44,11 +44,13 @@ INCLUDE( "${CMAKE_CURRENT_SOURCE_DIR}/VERSION.cmake" )
INITIALIZE()

PROJECT( "${PROJECTNAME}" )

ADD_DEFINITIONS(-DVERSION="${VERSION}")

INCLUDE( "${CMAKE_CURRENT_SOURCE_DIR}/SOURCECONF.cmake" )

SET_OPTIONS()
SET_LIBDIR()

IF( NOT DOCS_ONLY )
FIND_LIB_DEPENDENCIES()
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 6 13:30:00 UTC 2013 - bjoern.esser@gmail.com

- fix build issues
- 2.43.2

-------------------------------------------------------------------
Mon May 6 11:34:38 UTC 2013 - bjoern.esser@gmail.com

Expand Down
2 changes: 1 addition & 1 deletion VERSION.cmake
@@ -1,6 +1,6 @@
SET( VERSION_MAJOR "2" )
SET( VERSION_MINOR "43" )
SET( VERSION_PATCH "1" )
SET( VERSION_PATCH "2" )
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SHA1}" )

##### This is need for the libyui core, ONLY.
Expand Down

0 comments on commit b05cebd

Please sign in to comment.