Skip to content

Commit

Permalink
enable YAML converters ! (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibaned committed Mar 23, 2017
1 parent 8f4653e commit 1d3f791
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,12 @@ SET(HEADERS ${HEADERS}
utility/math/TensorImpl.hpp
)

# Uncomment when https://github.com/trilinos/Trilinos/pull/1112
# gets accepted
# IF(ALBANY_YAML)
# add_executable(xml2yaml utility/xml2yaml.cpp)
# add_executable(yaml2xml utility/yaml2xml.cpp)
# target_link_libraries(xml2yaml teuchosparameterlist)
# target_link_libraries(yaml2xml teuchosparameterlist)
# ENDIF()
IF(ALBANY_YAML)
add_executable(xml2yaml utility/xml2yaml.cpp)
add_executable(yaml2xml utility/yaml2xml.cpp)
target_link_libraries(xml2yaml teuchosparameterlist)
target_link_libraries(yaml2xml teuchosparameterlist)
ENDIF()

#problems
SET(SOURCES ${SOURCES}
Expand Down

0 comments on commit 1d3f791

Please sign in to comment.