Fix symbolic VERSION file
The file is included from locations other than the source root. Due to
this, it needs to be prefixed with ${CMAKE_SOURCE_DIR}.
This commit is contained in:
@ -1 +1 @@
|
||||
include(VERSION22.cmake)
|
||||
include(${CMAKE_SOURCE_DIR}/VERSION22.cmake)
|
||||
|
||||
Reference in New Issue
Block a user