diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 20f752c5..3dc2e6a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,7 +113,7 @@ IF(NOT HAVE_RESTRICT) IF(HAVE___RESTRICT) ADD_DEFINITIONS(-Drestrict=__restrict) ELSE() - ADD_DEFINITIONS(-Drestrict=) + ADD_DEFINITIONS("-Drestrict=") ENDIF() ENDIF() |