Fixed syntax issue
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
d935b14548
commit
7384bf6e98
|
@ -27,7 +27,7 @@ if (NOT EXISTS ${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
|
||||||
list(GET VERSION_LIST 0 VERSION)
|
list(GET VERSION_LIST 0 VERSION)
|
||||||
list(GET VERSION_LIST 1 MINOR)
|
list(GET VERSION_LIST 1 MINOR)
|
||||||
if (NOT MINOR MATCHES 0)
|
if (NOT MINOR MATCHES 0)
|
||||||
SET(VERSION ${VERSION}.{MINOR})
|
SET(VERSION ${VERSION}.${MINOR})
|
||||||
endif()
|
endif()
|
||||||
if (NOT WINDOWS)
|
if (NOT WINDOWS)
|
||||||
execute_process(COMMAND conan install ${CMAKE_SOURCE_DIR} --install-folder=${CMAKE_BINARY_DIR} --build missing -s compiler=clang -s compiler.libcxx=libstdc++11 -s compiler.version=${VERSION})
|
execute_process(COMMAND conan install ${CMAKE_SOURCE_DIR} --install-folder=${CMAKE_BINARY_DIR} --build missing -s compiler=clang -s compiler.libcxx=libstdc++11 -s compiler.version=${VERSION})
|
||||||
|
|
Loading…
Reference in New Issue