Skip to content
Snippets Groups Projects
Commit 425b3764 authored by Stephen Hurd's avatar Stephen Hurd
Browse files

Cryptlib does stupid make tricks, needs to be make, not gmake

parent e91fc736
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ project (Cryptlib C)
include("ExternalProject")
find_program(UNZIP_PATH unzip REQUIRED)
find_program(MAKE_PATH NAMES gmake make REQUIRED)
find_program(MAKE_PATH NAMES make REQUIRED)
find_program(PATCH_PATH NAMES patch REQUIRED)
find_program(ENV_PATH NAMES env REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment