Skip to content
Snippets Groups Projects
Commit 333a9b3f authored by Jonathan Yap's avatar Jonathan Yap
Browse files

STORM-977 llmediaplugintest shows up even though -DLL_TESTS:BOOL=OFF has been used

parent 09b009fc
No related branches found
No related tags found
No related merge requests found
...@@ -390,6 +390,7 @@ Jonathan Yap ...@@ -390,6 +390,7 @@ Jonathan Yap
STORM-869 STORM-869
VWR-17801 VWR-17801
VWR-24347 VWR-24347
STORM-977
Kage Pixel Kage Pixel
VWR-11 VWR-11
Ken March Ken March
......
# -*- cmake -*- # -*- cmake -*-
if(LL_TESTS)
project(llplugintest) project(llplugintest)
include(00-Common) include(00-Common)
...@@ -537,3 +537,4 @@ if(WINDOWS) ...@@ -537,3 +537,4 @@ if(WINDOWS)
endif(WINDOWS) endif(WINDOWS)
ll_deploy_sharedlibs_command(llmediaplugintest) ll_deploy_sharedlibs_command(llmediaplugintest)
endif(LL_TESTS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment