mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-04-26 04:14:32 +00:00
CMakeLists: Fix message() (#119)
This commit is contained in:
parent
84d990dd53
commit
c0208d643f
@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
|
||||
project(pe-parser-library)
|
||||
|
||||
message(STATUS "VERSION file: ${CMAKE_SOURCE_DIR}/VERSION")
|
||||
message(STATUS "VERSION file: ${PROJECT_SOURCE_DIR}/../VERSION")
|
||||
|
||||
file(READ "${PROJECT_SOURCE_DIR}/../VERSION" PEPARSE_VERSION)
|
||||
string(STRIP "${PEPARSE_VERSION}" PEPARSE_VERSION)
|
||||
|
Loading…
x
Reference in New Issue
Block a user