Fixed wrong ENDIF in the CMakeList
authorJihoon Chung <jihoon.chung@samsung.com>
Tue, 30 Apr 2013 04:33:58 +0000 (13:33 +0900)
committerJihoon Chung <jihoon.chung@samsung.com>
Tue, 30 Apr 2013 04:33:58 +0000 (13:33 +0900)
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Fixed wrong ENDIF in the CMakeList
[SCMRequest] N/A

Change-Id: Id1c8a34ef1ca4801ffad53e5af4a866e8aefde6d

CMakeLists.txt

index a548f68..d095c83 100644 (file)
@@ -69,7 +69,7 @@ IF(CSP_SUPPORT)
 ENDIF(CSP_SUPPORT)
 IF(ALLOW_NAVIGATION_SUPPORT)
     ADD_DEFINITIONS("-DALLOW_NAVIGATION_ENABLED")
-ENDIF(CSP_SUPPORT)
+ENDIF(ALLOW_NAVIGATION_SUPPORT)
 
 # If supported for the target machine, emit position-independent code,suitable
 # for dynamic linking and avoiding any limit on the size of the global offset