Compare commits
	
		
			1 Commits
		
	
	
		
			8c701d55c1
			...
			3187cbdfe2
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 3187cbdfe2 | 
| @@ -85,9 +85,7 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" AND BUILD_SHARED_LIBS) | |||||||
| else() | else() | ||||||
|     target_link_libraries(${PROJECT_NAME} PUBLIC dbt-rise-core) |     target_link_libraries(${PROJECT_NAME} PUBLIC dbt-rise-core) | ||||||
| endif() | endif() | ||||||
| if(TARGET CONAN_PKG::elfio) | if(TARGET elfio::elfio) | ||||||
|     target_link_libraries(${PROJECT_NAME} PUBLIC CONAN_PKG::elfio) |  | ||||||
| elseif(TARGET elfio::elfio) |  | ||||||
|     target_link_libraries(${PROJECT_NAME} PUBLIC elfio::elfio) |     target_link_libraries(${PROJECT_NAME} PUBLIC elfio::elfio) | ||||||
| else() | else() | ||||||
|     message(FATAL_ERROR "No elfio library found, maybe a find_package() call is missing") |     message(FATAL_ERROR "No elfio library found, maybe a find_package() call is missing") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user