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:
Markus Mäkelä
2018-09-10 21:47:03 +03:00
parent 31f6d49ddb
commit 9e0042b3b5

View File

@ -1 +1 @@
include(VERSION22.cmake)
include(${CMAKE_SOURCE_DIR}/VERSION22.cmake)