summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index d9ff50a..b42d290 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -57,7 +57,7 @@ if( NOT SWORD_WITHOUT_SANE_USERSPACE_TYPES )
if( NOT SWORD_WITH_SANE_USERSPACE_TYPES )
tde_message_fatal( "sword library cannot be used in any way" )
endif()
- add_definitions( "__SANE_USERSPACE_TYPES__" )
+ add_definitions( "-D__SANE_USERSPACE_TYPES__" )
endif()