From 23fef56e6d1541344401191bffa3f5218278f2e3 Mon Sep 17 00:00:00 2001 From: Walter Gray Date: Mon, 6 Jun 2016 10:59:58 -0700 Subject: Replace handwritten protobuf-targets with exported version. --- cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/CMakeLists.txt') diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 5e818e09..5004270f 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -31,7 +31,7 @@ set(protobuf_DEBUG_POSTFIX "d" CACHE STRING "Default debug postfix") mark_as_advanced(protobuf_DEBUG_POSTFIX) # User options -include("${CMAKE_CURRENT_LIST_DIR}/protobuf-options.cmake") +include(protobuf-options.cmake) # Path to main configure script set(protobuf_CONFIGURE_SCRIPT "../configure.ac") -- cgit v1.2.3