pleora: build for various versions of eBUS, and append version to plugin name
Not the prettiest way to handle this, but we have a need for supporting multiple versions of eBUS, and this way we can distribute multiple versions. This also tries to modernize the FindPleora.cmake file.
This commit is contained in:
@@ -54,9 +54,9 @@ if (PHOENIX_FOUND)
|
||||
add_subdirectory(phoenix)
|
||||
endif (PHOENIX_FOUND)
|
||||
|
||||
if (PLEORA_FOUND)
|
||||
if (Pleora_FOUND)
|
||||
add_subdirectory(pleora)
|
||||
endif (PLEORA_FOUND)
|
||||
endif (Pleora_FOUND)
|
||||
|
||||
if (SAPERA_FOUND)
|
||||
add_subdirectory(sapera)
|
||||
|
||||
Reference in New Issue
Block a user