Commit 11016b9c authored by jan.koester's avatar jan.koester
Browse files

test

parent 058c1f70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ include_directories(
    ${CMAKE_SOURCE_DIR}/src
)

find_package(yaml REQUIRED)
find_package(YAML REQUIRED)
if(${YAML_FOUND}) 
    set( yamlconfsrc "yaml/yamlconf.cpp")
    add_library(yamlconf SHARED ${yamlconfsrc})