From 34e1890c0a4b7dffe91636856412758194d99be5 Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nicolas.pope@utu.fi> Date: Wed, 11 May 2022 10:44:53 +0100 Subject: [PATCH] Try to remove bad env --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 324aadb..03b0a70 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ include (CheckIncludeFile) include (CheckIncludeFileCXX) include (CheckFunctionExists) -if (NOT FTL_VERSION OR FTL_VERSION STREQUAL "%CI_COMMIT_TAG%") +if (NOT FTL_VERSION OR FTL_VERSION STREQUAL "$Env:CI_COMMIT_TAG") set(FTL_VERSION 0.0.1) endif() -- GitLab