mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 12:12:48 +08:00
ff190a561a
* update 2021-07-27 macOS -> 11.5.1, XCode -> 12.5.1 * update azure-pipelines * update sha of macfuse * change how macos-ci-base works * fix build errors * fix itpp:linux * more fixes * remove tab * allow version changes in all the remove/rename-version patches * fix libunistring for real * robert CR
9 lines
291 B
Diff
9 lines
291 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -15,4 +15,4 @@
|
|
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
|
|
-file(STRINGS "VERSION" SPM_VERSION)
|
|
+file(STRINGS "VERSION.txt" SPM_VERSION)
|
|
message(STATUS "VERSION: ${SPM_VERSION}")
|
|
project(sentencepiece VERSION ${SPM_VERSION} LANGUAGES CXX)
|