summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-03-19 13:28:37 +0100
committergregory guy <gregory-tde@laposte.net>2020-03-19 13:28:37 +0100
commitf59c52a01618727a0e1ea225c6c0eb248e3b3d6b (patch)
treefbd2910bb4c88349916e55f9e0d11b9d301503b9 /ConfigureChecks.cmake
parent5a39b72448ea23fc3e56b4516568fa425604f831 (diff)
downloadamarok-f59c52a01618727a0e1ea225c6c0eb248e3b3d6b.tar.gz
amarok-f59c52a01618727a0e1ea225c6c0eb248e3b3d6b.zip
Add "AMAZON_SUPPORT" definition to the cmake build.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index f95dbc4f..5afc1c24 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -372,3 +372,7 @@ if( NOT SQLITE_FOUND )
message( STATUS "sqlite3 linking: ${SQLITE_LIBRARIES}" )
endif( )
endif( WITH_SYSTEM_SQLITE )
+
+if( WITH_AMAZON )
+ set( AMAZON_SUPPORT 1 )
+endif()