mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 15:40:06 +00:00 
			
		
		
		
	add c++ standard to try_compile
This commit is contained in:
		
							parent
							
								
									ccacc7f7db
								
							
						
					
					
						commit
						7c15a8272b
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -255,7 +255,10 @@ source_group("Source Files\\wsr88d\\rpg" FILES ${SRC_WSR88D_RPG}) | |||
| 
 | ||||
| try_compile(HAS_FULL_CHRONO | ||||
|             ${CMAKE_BINARY_DIR} | ||||
|             ${PROJECT_SOURCE_DIR}/source/cpp-feature-tests/chrono_feature_test.cpp) | ||||
|             ${PROJECT_SOURCE_DIR}/source/cpp-feature-tests/chrono_feature_test.cpp | ||||
|             CXX_STANDARD 20 | ||||
|             CXX_STANDARD_REQUIRED ON | ||||
|             CXX_EXTENSIONS OFF) | ||||
| 
 | ||||
| target_include_directories(wxdata PRIVATE ${Boost_INCLUDE_DIR} | ||||
|                                           ${HSLUV_C_INCLUDE_DIR} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak