aboutsummaryrefslogtreecommitdiff
path: root/ports/libtheora
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/libtheora
parent7cd465b8897bd9487db6d990e58dcac472b3d4d6 (diff)
downloadvcpkg-d2c728e0bca834e9d30fe1d21c8921cdd4d188b8.tar.gz
vcpkg-d2c728e0bca834e9d30fe1d21c8921cdd4d188b8.zip
[several ports] Remove CMake double expansions inside if() directives
Diffstat (limited to 'ports/libtheora')
-rw-r--r--ports/libtheora/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libtheora/CMakeLists.txt b/ports/libtheora/CMakeLists.txt
index 24ecbccf4..cf8799e5d 100644
--- a/ports/libtheora/CMakeLists.txt
+++ b/ports/libtheora/CMakeLists.txt
@@ -66,7 +66,7 @@ if(USE_X86)
add_definitions(-DOC_X86_ASM)
endif()
-if (${BUILD_SHARED_LIBS})
+if (BUILD_SHARED_LIBS)
add_definitions(-DLIBTHEORA_EXPORTS)
endif()