Skip to content

Commit

Permalink
silence cmake warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith committed Nov 10, 2023
1 parent f2b1d60 commit 8967cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindSimModSuite.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ endif()
include(FindPackageHandleStandardArgs)
# handle the QUIETLY and REQUIRED arguments and set SIMMODSUITE_FOUND to TRUE
# if all listed variables are TRUE
find_package_handle_standard_args(SIMMODSUITE DEFAULT_MSG
find_package_handle_standard_args(SimModSuite DEFAULT_MSG
SIMMODSUITE_LIBS SIMMODSUITE_INCLUDE_DIR
SIMMODSUITE_MAJOR_VERSION SIMMODSUITE_MINOR_VERSION)

Expand Down

0 comments on commit 8967cc2

Please sign in to comment.