mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01:00
Move to the modern CMake project version option
This replaces the manual ad-hoc version variables we have used since CMake 2.x (and GLFW 2.x lite).
This commit is contained in:
@@ -32,7 +32,7 @@ PROJECT_NAME = "GLFW"
|
||||
# This could be handy for archiving the generated documentation or
|
||||
# if some version control system is used.
|
||||
|
||||
PROJECT_NUMBER = @GLFW_VERSION_FULL@
|
||||
PROJECT_NUMBER = @GLFW_VERSION@
|
||||
|
||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||
# for a project that appears at the top of each page and should give viewer
|
||||
|
||||
Reference in New Issue
Block a user