aboutsummaryrefslogtreecommitdiff
path: root/ports/libnice
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-10-12 07:52:48 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-10-12 07:52:48 -0700
commitd2c728e0bca834e9d30fe1d21c8921cdd4d188b8 (patch)
tree23a4096f4cf7dcb5ca5083cb9ffd72d260323623 /ports/libnice
parent7cd465b8897bd9487db6d990e58dcac472b3d4d6 (diff)
downloadvcpkg-d2c728e0bca834e9d30fe1d21c8921cdd4d188b8.tar.gz
vcpkg-d2c728e0bca834e9d30fe1d21c8921cdd4d188b8.zip
[several ports] Remove CMake double expansions inside if() directives
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)