Don't set the app version in the llmodel.

This commit is contained in:
Adam Treat 2023-04-29 10:31:12 -04:00
parent 1f3d4e487f
commit 34407f1563

View File

@ -12,17 +12,6 @@ if(APPLE)
endif()
endif()
set(APP_VERSION_MAJOR 2)
set(APP_VERSION_MINOR 2)
set(APP_VERSION_PATCH 2)
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
# Generate a header file with the version number
configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/../cmake/config.h.in"
"${CMAKE_CURRENT_BINARY_DIR}/../config.h"
)
# Include the binary directory for the generated header file
include_directories("${CMAKE_CURRENT_BINARY_DIR}")