diff options
author | 2016-12-08 13:52:23 +0100 | |
---|---|---|
committer | 2016-12-14 08:23:04 -0800 | |
commit | 04f5abc14d841d3fefa68fa6c6e7298bca63294f (patch) | |
tree | a7dba76b8f37a7251c6f03755de00962bba57493 | |
parent | 571b1750271ec61ee8055b2a0d547c003fc67894 (diff) | |
download | paludis-04f5abc14d841d3fefa68fa6c6e7298bca63294f.tar.gz paludis-04f5abc14d841d3fefa68fa6c6e7298bca63294f.tar.xz |
build: Fix output name of additional_tests module
Change-Id: Ifb8d2fbaa428c6a5df1108ba72103b1d47877035
-rw-r--r-- | python/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index fb130e158..084945505 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -84,7 +84,7 @@ if(ENABLE_PYTHON) libadditionaltests) set_target_properties(additional_tests PROPERTIES OUTPUT_NAME - additional_Tests + additional_tests PREFIX "") |