Commit a0aa7c85 authored by Leif Walsh's avatar Leif Walsh

changed logformat to link statically with portability #112

fixes #112
parent dbfddf4e
...@@ -8,7 +8,7 @@ set_source_files_properties( ...@@ -8,7 +8,7 @@ set_source_files_properties(
PROPERTIES GENERATED TRUE) PROPERTIES GENERATED TRUE)
add_executable(logformat logformat.cc) add_executable(logformat logformat.cc)
target_link_libraries(logformat ${LIBTOKUPORTABILITY}) target_link_libraries(logformat ${LIBTOKUPORTABILITY}_static)
add_custom_command( add_custom_command(
OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/log_code.cc" OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/log_code.cc"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment