Skip to content

Commit 9c42827

Browse files
committed
Define CMAKE_INSTALL_LIBDIR to install .dll in bin/ next to .exe
1 parent 61af8ff commit 9c42827

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ci/nightly/build-libtiledbvcf.bat

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ cmake -S TileDB-VCF\libtiledbvcf -B build-libtiledbvcf ^
66
-D CMAKE_BUILD_TYPE=Release ^
77
-D CMAKE_INSTALL_PREFIX:PATH=%GITHUB_WORKSPACE%\install\ ^
88
-D OVERRIDE_INSTALL_PREFIX=OFF ^
9-
-D TILEDB_WERROR=OFF
9+
-D TILEDB_WERROR=OFF ^
10+
-D CMAKE_INSTALL_LIBDIR=bin
1011
if %ERRORLEVEL% neq 0 exit 1
1112

1213
cmake --build build-libtiledbvcf -j2 --config Release
@@ -15,5 +16,7 @@ if %ERRORLEVEL% neq 0 exit 1
1516
cmake --build build-libtiledbvcf --config Release --target install-libtiledbvcf
1617
if %ERRORLEVEL% neq 0 exit 1
1718

18-
rem %GITHUB_WORKSPACE%\install\bin\tiledbvcf version
19+
dir %GITHUB_WORKSPACE%\install\
20+
21+
%GITHUB_WORKSPACE%\install\bin\tiledbvcf version
1922
rem if %ERRORLEVEL% neq 0 exit 1

0 commit comments

Comments
 (0)