changed logformat to link statically with portability #112

fixes #112
This commit is contained in:
Leif Walsh 2013-12-04 11:26:20 -05:00
parent dbfddf4e0d
commit a0aa7c8558

View file

@ -8,7 +8,7 @@ set_source_files_properties(
PROPERTIES GENERATED TRUE)
add_executable(logformat logformat.cc)
target_link_libraries(logformat ${LIBTOKUPORTABILITY})
target_link_libraries(logformat ${LIBTOKUPORTABILITY}_static)
add_custom_command(
OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/log_code.cc"