File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,8 @@ function(GAMEMODULE)
77
77
"-D${inherited_option} =${${inherited_option} }" )
78
78
endforeach (inherited_option )
79
79
80
- add_custom_target (nacl-vms ALL )
81
-
82
80
if (USE_NACL_SAIGO )
81
+ add_custom_target (nacl-vms ALL )
83
82
unset (NACL_VMS_PROJECTS )
84
83
85
84
foreach (NACL_TARGET ${NACL_TARGETS} )
@@ -129,9 +128,8 @@ function(GAMEMODULE)
129
128
)
130
129
endforeach ()
131
130
else ()
132
- set (NACL_VMS_PROJECT nacl-vms-pexe )
131
+ set (NACL_VMS_PROJECT nacl-vms )
133
132
set (NACL_VMS_PROJECTS ${NACL_VMS_PROJECT} )
134
- add_dependencies (nacl-vms ${NACL_VMS_PROJECT} )
135
133
136
134
# Workaround a bug where CMake ExternalProject lists-as-args are cut on first “;”
137
135
string (REPLACE ";" "," NACL_TARGETS_STRING "${NACL_TARGETS} " )
@@ -165,6 +163,7 @@ function(GAMEMODULE)
165
163
ALWAYS 1
166
164
)
167
165
endif ()
166
+ set (NACL_VMS_PROJECTS ${NACL_VMS_PROJECTS} PARENT_SCOPE )
168
167
endif ()
169
168
else ()
170
169
if (FORK EQUAL 2 )
You can’t perform that action at this time.
0 commit comments