diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-10-12 07:52:48 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-10-12 07:52:48 -0700 |
| commit | d2c728e0bca834e9d30fe1d21c8921cdd4d188b8 (patch) | |
| tree | 23a4096f4cf7dcb5ca5083cb9ffd72d260323623 /ports/libtheora | |
| parent | 7cd465b8897bd9487db6d990e58dcac472b3d4d6 (diff) | |
| download | vcpkg-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.txt | 2 |
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() |
