made some stuff working 😠 @Jonas
This commit is contained in:
@@ -143,7 +143,8 @@ endif()
|
||||
target_link_libraries(${PROJECT_NAME} PRIVATE ${Threads_LIBRARIES})
|
||||
|
||||
####################### POCO ##############################
|
||||
find_package(Poco REQUIRED COMPONENTS Foundation Net JSON )
|
||||
include(${CMAKE_SOURCE_DIR}/lib/PocoConfig.cmake)
|
||||
#find_package(Poco REQUIRED COMPONENTS Foundation Net JSON )
|
||||
if(NOT Poco_FOUND)
|
||||
message(FATAL_ERROR, "Could not find libPoco")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user