mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-23 22:18:38 +00:00
Don't set the app version in the llmodel.
This commit is contained in:
parent
9ebf2537fa
commit
8fe60c29fb
@ -12,17 +12,6 @@ if(APPLE)
|
|||||||
endif()
|
endif()
|
||||||
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 the binary directory for the generated header file
|
||||||
include_directories("${CMAKE_CURRENT_BINARY_DIR}")
|
include_directories("${CMAKE_CURRENT_BINARY_DIR}")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user