summaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-12-08 06:34:55 +0100
committerStanislaw Halik <sthalik@misaki.pl>2016-12-08 06:34:55 +0100
commit945ef5e00d2ab901de815fd495fb9054acf13ced (patch)
tree1db016dffa9be94f00a39e03996af27aa0640892 /cmake
parent0c2135d90b326d07683c616dffe6ad1e94aaacbf (diff)
cmake: fix typo
Wow, it's been there for a while
Diffstat (limited to 'cmake')
-rw-r--r--cmake/opentrack-boilerplate.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake
index 9393eae4..9ca382e8 100644
--- a/cmake/opentrack-boilerplate.cmake
+++ b/cmake/opentrack-boilerplate.cmake
@@ -199,7 +199,7 @@ function(opentrack_boilerplate n)
if(NOT arg_STATIC)
string(REGEX REPLACE "^opentrack-" "" n_ "${n}")
- string(REGEX REPLACE "^(tracker|filter-proto)-" "" n_ "${n_}")
+ string(REGEX REPLACE "^(tracker|filter|proto)-" "" n_ "${n_}")
string(REPLACE "-" "_" n_ ${n_})
target_compile_definitions(${n} PRIVATE "BUILD_${n_}")