Skip to content

Commit

Permalink
Remove obsolete compiler option for MagFieldCoils
Browse files Browse the repository at this point in the history
  • Loading branch information
richeldichel committed Jun 7, 2024
1 parent 918c5ba commit 2dbe44e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions KEMField/Source/ExternalFields/MagfieldCoils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ foreach( BASENAME ${MAGFIELDCOILS_SOURCE_BASENAMES} )
list( APPEND MAGFIELDCOILS_SOURCEFILES ${MAGFIELDCOILS_SOURCE_PATH}/${BASENAME} )
endforeach( BASENAME )

set_property(SOURCE ${MAGFIELDCOILS_SOURCEFILES} APPEND_STRING PROPERTY COMPILE_OPTIONS -Wno-error) # FIXME

add_library (KEMMagfieldCoils SHARED
${MAGFIELDCOILS_SOURCEFILES} ${MAGFIELDCOILS_HEADERFILES})
target_include_directories(KEMMagfieldCoils
Expand Down

0 comments on commit 2dbe44e

Please sign in to comment.