mirror of
https://github.com/hyprwm/hyprwayland-scanner.git
synced 2024-11-08 06:35:58 +01:00
CMake: fix version path
This commit is contained in:
parent
4a1f262f37
commit
8907e8a64e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
cmake_minimum_required(VERSION 3.19)
|
cmake_minimum_required(VERSION 3.19)
|
||||||
|
|
||||||
file(READ "${CMAKE_SOURCE_DIR}VERSION" VER_RAW)
|
file(READ "${CMAKE_SOURCE_DIR}/VERSION" VER_RAW)
|
||||||
string(STRIP ${VER_RAW} VERSION)
|
string(STRIP ${VER_RAW} VERSION)
|
||||||
|
|
||||||
project(
|
project(
|
||||||
|
|
Loading…
Reference in a new issue