File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 1
- # Copyright (c) 2010, 2019 , Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2010, 2020 , Oracle and/or its affiliates. All rights reserved.
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License, version 2.0,
@@ -26,19 +26,14 @@ ENDIF()
26
26
27
27
FIND_PATH (WIX_DIR heat.exe
28
28
$ENV{WIX_DIR} /bin
29
+ $ENV{WIX_DIR}
29
30
$ENV{ProgramFiles} /wix/bin
30
- "$ENV{ProgramFiles} /Windows Installer XML v3 /bin"
31
- "$ENV{ProgramFiles} /Windows Installer XML v3.5/bin "
32
- "$ENV{ProgramFiles} /WiX Toolset V3.6 /bin"
33
- "$ENV{ProgramFiles} /WiX Toolset V3.8/bin "
31
+ "$ENV{ProgramFiles} /WiX Toolset V3.8 /bin"
32
+ "$ENV{ProgramFiles} /WiX Toolset V3.8 "
33
+ "$ENV{ProgramFiles} /WiX Toolset V3.10 /bin"
34
+ "$ENV{ProgramFiles} /WiX Toolset V3.10 "
34
35
)
35
36
36
- IF (NOT WIX_DIR )
37
- FIND_PATH (WIX_DIR heat.exe
38
- "$ENV{ProgramFiles} /WiX Toolset V3.10/bin"
39
- )
40
- ENDIF ()
41
-
42
37
IF (NOT WIX_DIR )
43
38
IF (NOT _WIX_DIR_CHECKED )
44
39
SET (_WIX_DIR_CHECKED 1 CACHE INTERNAL "" )
You can’t perform that action at this time.
0 commit comments