aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/protobuf/fix-install-dirs.patch
blob: d9ea3b8bbaccc2057764dedde0d7d9696d255f06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 540c12253..320aaf72d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,6 +13,7 @@ endif()
 
 # Project
 project(protobuf C CXX)
+include(GNUInstallDirs)
 
 if(protobuf_DEPRECATED_CMAKE_SUBDIRECTORY_USAGE)
   if(CMAKE_PROJECT_NAME STREQUAL "protobuf")