Skip to content

Commit

Permalink
mirror compiler Cmake config from MOAB to DAGMC
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Dec 12, 2024
1 parent ea38ef7 commit 4ac8d72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/windows_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
-DBUILD_MAKE_WATERTIGHT=ON \
-DBUILD_OVERLAP_CHECK=OFF \
-DBUILD_TESTS=ON \
-G"Visual Studio 16 2019" \
-DMOAB_DIR=../install_dir \
-DHDF5_ROOT="${CONDA_LOC}" \
-DHDF5_hdf5_LIBRARY_RELEASE="${CONDA_LOC}/lib/libhdf5_hl.lib;${CONDA_LOC}/lib/libhdf5.lib;${CONDA_LOC}/lib/zlib.lib;${CONDA_LOC}/lib/libhdf5_cpp.lib" \
Expand All @@ -120,7 +121,9 @@ jobs:
-DCMAKE_STATIC_LINKER_FLAGS="" \
-DCMAKE_EXE_LINKER_FLAGS="" \
-DCMAKE_INSTALL_PREFIX=../install_dir/ \
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_COMPILER="C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe" \
-DCMAKE_CXX_COMPILER="C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe"
cmake --build . --config Release
cmake --install . --config Release
Expand Down

0 comments on commit 4ac8d72

Please sign in to comment.