CMakeLists.txt: fix variable name
This commit is contained in:
		
							parent
							
								
									a2611cdc3c
								
							
						
					
					
						commit
						757047bd20
					
				| @ -6,11 +6,11 @@ option (WANT_READLINE "Use GNU Readline for the UI (better)" ON) | ||||
| option (WANT_LIBEDIT "Use BSD libedit for the UI" OFF) | ||||
| 
 | ||||
| # Moar warnings | ||||
| if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUC) | ||||
| if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC) | ||||
| 	# -Wunused-function is pretty annoying here, as everything is static | ||||
| 	set (wdisabled "-Wno-unused-function -Wno-implicit-fallthrough") | ||||
| 	set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99 -Wall -Wextra ${wdisabled}") | ||||
| endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUC) | ||||
| endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC) | ||||
| 
 | ||||
| # Version | ||||
| set (project_version "0.9.5") | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user