diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-31 11:51:25 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-31 11:51:25 -0700 |
| commit | 997ef3d06508a10bbb662f6729489494af15d434 (patch) | |
| tree | e4a637e84cb1e6b8d879842597169166739a66ff | |
| parent | edfb6c78453c5bf281a9b6e2e7c7981694455be4 (diff) | |
| download | vcpkg-997ef3d06508a10bbb662f6729489494af15d434.tar.gz vcpkg-997ef3d06508a10bbb662f6729489494af15d434.zip | |
[gflags] Remove leftover set(F)
| -rw-r--r-- | ports/gflags/portfile.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/gflags/portfile.cmake b/ports/gflags/portfile.cmake index 5e000a689..a66e604a2 100644 --- a/ports/gflags/portfile.cmake +++ b/ports/gflags/portfile.cmake @@ -32,8 +32,6 @@ if(NOT EXISTS "${CURRENT_BUILDTREES_DIR}/src/.git") endif() message(STATUS "Adding worktree and patching done") -set(F) - vcpkg_configure_cmake( SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src ) |
