From 61e078e803241dc9487544ba3d5d377e16d2838b Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Tue, 4 Aug 2015 10:32:58 +0300 Subject: Install headers from extract_includes for all platforms --- cmake/install.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/install.cmake') diff --git a/cmake/install.cmake b/cmake/install.cmake index f8148804..e14ef1d2 100644 --- a/cmake/install.cmake +++ b/cmake/install.cmake @@ -16,7 +16,7 @@ endforeach() install(TARGETS protoc EXPORT protobuf-targets RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT protoc) -if(MSVC) +if(TRUE) file(STRINGS extract_includes.bat.in _extract_strings REGEX "^copy") foreach(_extract_string ${_extract_strings}) -- cgit v1.2.3