Skip to content
Snippets Groups Projects
Commit 34e1890c authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Try to remove bad env

parent a8d1982f
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment