Skip to content

Commit

Permalink
Merge pull request ruslo#1136 from isaachier/master
Browse files Browse the repository at this point in the history
Fix options in hunter_dump_cmake_flags
  • Loading branch information
ruslo authored Oct 30, 2017
2 parents 79b3645 + fd718c3 commit d337e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/hunter_dump_cmake_flags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include(hunter_test_string_not_empty)
# * OpenSSL
# * odb-boost
function(hunter_dump_cmake_flags)
cmake_parse_arguments(x "SKIP_INCLUDES" "SKIP_PIC" "CPPFLAGS" "" "${ARGV}")
cmake_parse_arguments(x "SKIP_INCLUDES;SKIP_PIC" "CPPFLAGS" "" "${ARGV}")
# -> x_SKIP_INCLUDES
# -> x_SKIP_PIC
# -> x_CPPFLAGS
Expand Down

0 comments on commit d337e82

Please sign in to comment.