Skip to content

Commit

Permalink
specify lcf dir
Browse files Browse the repository at this point in the history
  • Loading branch information
carstene1ns committed Dec 3, 2023
1 parent 72225ef commit 00c99a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liblcf/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ pipeline {
if ${CONFIG}==debug (SET type=Debug) else (SET type=RelWithDebInfo)
if ${BITS}==32 (SET triplet=x86-windows-static) else (SET triplet=x64-windows-static)
cmake . -GNinja -B${CONFIG} -DCMAKE_BUILD_TYPE=%type% ^
cmake -GNinja -B${CONFIG} -S lcf -DCMAKE_BUILD_TYPE=%type%^
-DSHARED_RUNTIME=OFF -DVCPKG_TARGET_TRIPLET=%triplet%^
-DCMAKE_TOOLCHAIN_FILE="%EASYDEV_VCPKG%\\scripts\\buildsystems\\vcpkg.cmake"^
-DBUILD_SHARED_LIBS=OFF^
Expand Down

0 comments on commit 00c99a5

Please sign in to comment.