Documentation

- Corrected suported platforms.
This commit is contained in:
Paul Beckingham 2013-10-21 17:09:16 -04:00
parent fa59d0d77d
commit f55bf67fc7
2 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ set (task_SRCS A3.cpp A3.h
add_library (task STATIC ${task_SRCS})
add_executable (task_executable main.cpp)
# Yes, 'task' is included twice, other linking fails on CentOS.
# Yes, 'task' is included twice, other linking fails on assorted OSes.
target_link_libraries (task_executable task commands columns task ${TASK_LIBRARIES})
set_property (TARGET task_executable PROPERTY OUTPUT_NAME "task")