Skip to content

Commit

Permalink
fix the glog build
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchengchenghh committed Aug 13, 2024
1 parent 9558c67 commit 0c351d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/vcpkg/ports/gflags/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ vcpkg_configure_cmake(
-DBUILD_gflags_nothreads_LIB:BOOL=OFF
-DGFLAGS_USE_TARGET_NAMESPACE:BOOL=ON
-DCMAKE_DEBUG_POSTFIX=d
-DGFLAGS_BUILD_STATIC_LIBS:BOOL=ON
-DGFLAGS_BUILD_SHARED_LIBS:BOOL=ON
-DGFLAGS_BUILD_gflags_LIB:BOOL=ON
)

vcpkg_install_cmake()
Expand Down

0 comments on commit 0c351d1

Please sign in to comment.