aboutsummaryrefslogtreecommitdiff
path: root/ports/libnice
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-10-13 18:50:12 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-10-13 18:50:12 -0700
commita790820e8cdf9adca3e5cf066b8a563a3beaacd1 (patch)
tree293a786398d109ca316fc89d2f128fd80d7d5f56 /ports/libnice
parente17de99599a2f114faab1bb4821fbaad4d266c95 (diff)
parent2397cc044ee56160757aeb402dc7adaec6b00894 (diff)
downloadvcpkg-a790820e8cdf9adca3e5cf066b8a563a3beaacd1.tar.gz
vcpkg-a790820e8cdf9adca3e5cf066b8a563a3beaacd1.zip
[vcpkg] Merge from master into refactor-includes
Diffstat (limited to 'ports/libnice')
-rw-r--r--ports/libnice/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libnice/CMakeLists.txt b/ports/libnice/CMakeLists.txt
index c631d3317..7454a0046 100644
--- a/ports/libnice/CMakeLists.txt
+++ b/ports/libnice/CMakeLists.txt
@@ -119,7 +119,7 @@ RUNTIME DESTINATION bin
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib)
-if (${CMAKE_BUILD_TYPE} STREQUAL "Release")
+if (CMAKE_BUILD_TYPE STREQUAL "Release")
install(FILES agent/address.h DESTINATION include/nice)
install(FILES agent/agent.h DESTINATION include/nice)
install(FILES agent/candidate.h DESTINATION include/nice)