Skip to content

Commit

Permalink
don't propagate compiler options to downstream projects
Browse files Browse the repository at this point in the history
  • Loading branch information
chistopher committed Nov 13, 2023
1 parent 951d943 commit 017b17b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/girgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ target_compile_definitions(${target}

target_compile_options(${target}
PRIVATE
${DEFAULT_COMPILE_OPTIONS}

PUBLIC
${DEFAULT_COMPILE_OPTIONS}

INTERFACE
)
Expand Down
2 changes: 1 addition & 1 deletion source/hypergirgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ target_compile_definitions(${target}

target_compile_options(${target}
PRIVATE
${DEFAULT_COMPILE_OPTIONS}

PUBLIC
${DEFAULT_COMPILE_OPTIONS}

INTERFACE
)
Expand Down

0 comments on commit 017b17b

Please sign in to comment.