Skip to content

Commit

Permalink
Fix CMake warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusTomlinson committed Oct 30, 2023
1 parent 4852c99 commit 278b0fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if(NOT ${BUILD_STATIC} AND WIN32)
)
endif(MINGW)

endif(WIN32)
endif()

add_test(
${PROJECT_NAME}
Expand Down
2 changes: 1 addition & 1 deletion tutorial/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ if(NOT ${BUILD_STATIC} AND WIN32)
)
endif(MINGW)

endif(WIN32)
endif()

0 comments on commit 278b0fd

Please sign in to comment.