Skip to content

Commit

Permalink
Add warn unitialized back (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal authored Jul 9, 2023
1 parent 9cb1e52 commit a617085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/f3d.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ superbuild_add_project(f3d
CMAKE_ARGS
-Werror=dev
-Werror=deprecated
--warn-uninitialized
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_MACOSX_RPATH=OFF
-DCMAKE_INSTALL_RPATH=${superbuild_install_location}/lib #Needed as VTK may be build statically
Expand Down

0 comments on commit a617085

Please sign in to comment.