mirror of
				https://github.com/Xahau/xahaud.git
				synced 2025-11-04 10:45:50 +00:00 
			
		
		
		
	Cooperate with CMAKE_MODULE_PATH set by Conan
This commit is contained in:
		
				
					committed by
					
						
						Mike Ellery
					
				
			
			
				
	
			
			
			
						parent
						
							e7ce3909d2
						
					
				
				
					commit
					20d4a39b63
				
			@@ -79,6 +79,7 @@ else()
 | 
			
		||||
      -DBOOST_ROOT=${BOOST_ROOT}
 | 
			
		||||
      -DWITH_BOOST=ON
 | 
			
		||||
      -DBoost_FOUND=ON
 | 
			
		||||
      -DBoost_NO_BOOST_CMAKE=ON
 | 
			
		||||
      -DBoost_DATE_TIME_FOUND=ON
 | 
			
		||||
      -DSOCI_HAVE_BOOST=ON
 | 
			
		||||
      -DSOCI_HAVE_BOOST_DATE_TIME=ON
 | 
			
		||||
 
 | 
			
		||||
@@ -4,6 +4,8 @@ if (POLICY CMP0074)
 | 
			
		||||
  cmake_policy(SET CMP0074 NEW)
 | 
			
		||||
endif ()
 | 
			
		||||
 | 
			
		||||
project (rippled)
 | 
			
		||||
 | 
			
		||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/Builds/CMake")
 | 
			
		||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/Builds/CMake/deps")
 | 
			
		||||
 | 
			
		||||
@@ -20,7 +22,6 @@ include (ProcessorCount)
 | 
			
		||||
if (target)
 | 
			
		||||
  message (FATAL_ERROR "The target option has been removed - use native cmake options to control build")
 | 
			
		||||
endif ()
 | 
			
		||||
project (rippled)
 | 
			
		||||
 | 
			
		||||
include(RippledSanity)
 | 
			
		||||
include(RippledVersion)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user