Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed Aug 20, 2024
1 parent 07e0fe1 commit 7781f3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion cmake/FetchGTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ CPMAddPackage(
GIT_REPOSITORY ${GTEST_REPOSITORY}
GIT_TAG ${GTEST_TAG}
OPTIONS "gtest_force_shared_crt ON"
OPTIONS "BUILD_GMOCK OFF"
OPTIONS "INSTALL_GTEST OFF"
)
8 changes: 5 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,11 @@
echo "Run shell hook"
${shellHook}
xvfb-run dbus-run-session \
--config-file=${pkgs.dbus}/share/dbus-1/session.conf \
ctest -C "${cmakeConfigType}" --output-on-failure --verbose
# This used to work with Qt5, but not with Qt6...?
# More investigation needed
# xvfb-run dbus-run-session \
# --config-file=${pkgs.dbus}/share/dbus-1/session.conf \
# ctest -C "${cmakeConfigType}" --output-on-failure --verbose
'';

installPhase = ''
Expand Down

0 comments on commit 7781f3e

Please sign in to comment.