Skip to content

Commit

Permalink
Add neded space
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg committed Apr 30, 2017
1 parent f2933a0 commit fcd4f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chi-ctollvm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ foreach(CLANG_LIB ${CLANG_LIBS})

endforeach()

target_link_libraries(chi-ctollvm ${LLVM_LINK_LIST} ${LLVM_SYSTEM_LINK_LIST}${Boost_PROGRAM_OPTIONS_LIBRARY})
target_link_libraries(chi-ctollvm ${LLVM_LINK_LIST} ${LLVM_SYSTEM_LINK_LIST} ${Boost_PROGRAM_OPTIONS_LIBRARY})

target_compile_features(chi-ctollvm PRIVATE cxx_variable_templates cxx_strong_enums)

Expand Down

0 comments on commit fcd4f21

Please sign in to comment.