From f105a8bb4b29b3874b88339c6b572244bc69ba43 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 24 May 2013 10:36:55 -0700 Subject: Add quotes around an ADD_DEFINITIONS parameter --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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() -- cgit v1.2.3