aboutsummaryrefslogtreecommitdiff
path: root/cmake/install.cmake
diff options
context:
space:
mode:
authorKonstantin Podsvirov <konstantin@podsvirov.pro>2015-08-04 10:32:58 +0300
committerKonstantin Podsvirov <konstantin@podsvirov.pro>2015-08-04 10:32:58 +0300
commit61e078e803241dc9487544ba3d5d377e16d2838b (patch)
treead3ea1e88cab271d0605aeb8ca01da4ee9c46aae /cmake/install.cmake
parent5500b0691f13118e5418755070a084d214666367 (diff)
downloadprotobuf-61e078e803241dc9487544ba3d5d377e16d2838b.tar.gz
protobuf-61e078e803241dc9487544ba3d5d377e16d2838b.tar.bz2
protobuf-61e078e803241dc9487544ba3d5d377e16d2838b.zip
Install headers from extract_includes for all platforms
Diffstat (limited to 'cmake/install.cmake')
-rw-r--r--cmake/install.cmake2
1 files changed, 1 insertions, 1 deletions
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})