Skip to content

Commit

Permalink
Fix for #4902
Browse files Browse the repository at this point in the history
having testing enabled seems to mess up builds if other dependencies are available
  • Loading branch information
Neumann-A committed Dec 18, 2018
1 parent b2996e1 commit 00777f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/eigen3/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
-DBUILD_TESTING=OFF
OPTIONS_RELEASE
-DCMAKEPACKAGE_INSTALL_DIR=${CURRENT_PACKAGES_DIR}/share/eigen3
OPTIONS_DEBUG
Expand Down

0 comments on commit 00777f4

Please sign in to comment.