Skip to content

Commit

Permalink
Make OpenSim disabled warning flags etc. PUBLIC
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Nov 1, 2024
1 parent ebe41ad commit 5f75694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenSimCreator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ set_target_properties(OpenSimCreator PROPERTIES
target_compile_features(OpenSimCreator PUBLIC
cxx_std_20
)
target_compile_options(OpenSimCreator INTERFACE
target_compile_options(OpenSimCreator PUBLIC

# gcc/clang
$<$<OR:$<CXX_COMPILER_ID:GNU>,$<CXX_COMPILER_ID:Clang>>:
Expand Down

0 comments on commit 5f75694

Please sign in to comment.