Skip to content

Commit

Permalink
add missing copyright header
Browse files Browse the repository at this point in the history
Reviewed By: yangchi

Differential Revision: D19394307

fbshipit-source-id: 3b986ba3633f9a80c577804beb6b5a9fcebe41c3
  • Loading branch information
Udip Pant authored and facebook-github-bot committed Jan 14, 2020
1 parent f45504b commit 217deef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmake_uninstall.cmake.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

if(NOT EXISTS "@CMAKE_BINARY_DIR@/install_manifest.txt")
message(FATAL_ERROR "Cannot find install manifest: @CMAKE_BINARY_DIR@/install_manifest.txt")
endif(NOT EXISTS "@CMAKE_BINARY_DIR@/install_manifest.txt")
Expand Down

0 comments on commit 217deef

Please sign in to comment.