Skip to content

Commit

Permalink
Merge pull request #28 from injae/dev
Browse files Browse the repository at this point in the history
system option bugfix
  • Loading branch information
injae authored Jan 10, 2022
2 parents 14cb506 + 05e8d16 commit 15cdb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cppkg/find.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function(find_cppkg)
if(ARG_SYSTEM)
cppm_error_print("Can't find Package ${name}/${${name}_VERSION}")
return()
endif()
endif(ARG_SYSTEM)
endif()

cppm_set_if(_recompile "cppm_build_type_change" "TRUE")
Expand Down

0 comments on commit 15cdb08

Please sign in to comment.