Skip to content

Commit

Permalink
Merge branch 'modern-cmake' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
saschazelzer committed Jan 18, 2017
2 parents de2c4ad + 4df433d commit 9006119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/usMacroCreateBundle.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ set_property(TARGET ${PROJECT_TARGET} PROPERTY OUTPUT_NAME ${PROJECT_OUTPUT_NAME
target_link_libraries(${PROJECT_TARGET} PUBLIC ${US_LIBRARIES})

target_compile_features(${PROJECT_TARGET}
PUBLIC cxx_variadic_templates cxx_nullptr cxx_defaulted_functions cxx_deleted_functions
PUBLIC cxx_variadic_templates cxx_nullptr
)

# Include directories
Expand Down

0 comments on commit 9006119

Please sign in to comment.