cmake errors
This commit is contained in:
@@ -89,9 +89,9 @@ if(NOT wiringPi_LIB)
|
||||
message(WARNING "Could not find wiringPi library, used testing wiring pi lib instead.")
|
||||
add_definitions(-DNO_WIRING_PI)
|
||||
else()
|
||||
message (STATUS "Found wiring pi.")
|
||||
message(STATUS "Found wiring pi.")
|
||||
target_link_libraries(${PROJECT_NAME} PUBLIC ${wiringPi_LIB})
|
||||
endif()
|
||||
target_link_libraries(${PROJECT_NAME} PUBLIC ${wiringPi_LIB})
|
||||
|
||||
find_library(crypt_LIB crypt)
|
||||
if(NOT crypt_LIB)
|
||||
|
||||
Reference in New Issue
Block a user