diff options
author | gregory guy <[email protected]> | 2021-04-26 18:43:25 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2021-05-20 20:16:35 +0200 |
commit | 749694a3f2fecddf44633067c24851d8719b181e (patch) | |
tree | 27c58f5c28223c8ae9aa5a01409a5e12ff0c52ca /ConfigureChecks.cmake | |
parent | b0ef1b76e6bc94f5a8a35b9a43573eab81bca459 (diff) | |
download | tdeartwork-749694a3f2fecddf44633067c24851d8719b181e.tar.gz tdeartwork-749694a3f2fecddf44633067c24851d8719b181e.zip |
asciiquarium: Add cmake build support, app is renamed tdeasciiquarium.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 28079e4c..592333db 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -95,3 +95,7 @@ if( BUILD_TDESCREENSAVER ) endif( ) endif( WITH_XSCREENSAVER ) endif( BUILD_TDESCREENSAVER ) + +if( BUILD_TDEASCIIQUARIUM AND (NOT BUILD_TDESCREENSAVER) ) + tde_message_fatal( "tdescreensaver build is mandatory for tdeasciiquarium" ) +endif() |