Skip to content

Commit de7c30f

Browse files
committed
Do not wrap version in quotes
1 parent d41953c commit de7c30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_cc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
22
file(READ "${CMAKE_CURRENT_SOURCE_DIR}/PROJECT_VERSION" version)
33
project(
44
"tensorflow_cc"
5-
VERSION "${version}"
5+
VERSION ${version}
66
)
77

88
# If enabled, bazel has to be installed.

0 commit comments

Comments
 (0)