mirror of https://github.com/FreeRDP/FreeRDP
commit
0d412ba629
|
@ -118,8 +118,8 @@ endif()
|
|||
# Build CUnit
|
||||
find_optional_package(CUnit)
|
||||
if(CUNIT_FOUND)
|
||||
add_subdirectory(cunit)
|
||||
enable_testing()
|
||||
add_subdirectory(cunit)
|
||||
endif()
|
||||
|
||||
# Sub-directories
|
||||
|
|
|
@ -45,7 +45,7 @@ if(WITH_MANPAGES)
|
|||
add_custom_target(xfreerdp.manpage ALL
|
||||
DEPENDS xfreerdp.1)
|
||||
|
||||
install(FILES xfreerdp.1 DESTINATION share/man/man1)
|
||||
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/xfreerdp.1 DESTINATION share/man/man1)
|
||||
else(XMLTO_FOUND)
|
||||
message(WARNING "WITH_MANPAGES was set, but xmlto was not found. man-pages will not be installed")
|
||||
endif(XMLTO_FOUND)
|
||||
|
|
Loading…
Reference in New Issue