removes CONAN_PKG from build system
This commit is contained in:
parent
8c701d55c1
commit
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")
|
||||||
|
|
Loading…
Reference in New Issue