Skip to content

Commit

Permalink
Reorder options
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanDeMeyer committed Dec 1, 2018
1 parent d21ea28 commit c4cba01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external/cddm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ endif()

### Developer options

option(${PNU}_TIDY "Run clang-tidy when building.")
option(${PNU}_SANITIZERS "Build with sanitizers.")
option(${PNU}_CI "Add -Werror or equivalent to the compiler and clang-tidy.")
option(${PNU}_TIDY "Run clang-tidy during the build.")
option(${PNU}_SANITIZERS "Build with sanitizers. Only works on UNIX systems.")

if(${PNU}_TIDY)
# CMake added clang-tidy support in CMake 3.6.
Expand Down

0 comments on commit c4cba01

Please sign in to comment.