Skip to content

Commit 8646944

Browse files
committed
Make NACL_VMS_PROJECTS accessible to outer scope
Also remove duplicative nacl-vms-pexe target.
1 parent e7819c8 commit 8646944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/DaemonGame.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,8 @@ function(GAMEMODULE)
129129
)
130130
endforeach()
131131
else()
132-
set(NACL_VMS_PROJECT nacl-vms-pexe)
132+
set(NACL_VMS_PROJECT nacl-vms)
133133
set(NACL_VMS_PROJECTS ${NACL_VMS_PROJECT})
134-
add_dependencies(nacl-vms ${NACL_VMS_PROJECT})
135134

136135
# Workaround a bug where CMake ExternalProject lists-as-args are cut on first “;”
137136
string(REPLACE ";" "," NACL_TARGETS_STRING "${NACL_TARGETS}")
@@ -165,6 +164,7 @@ function(GAMEMODULE)
165164
ALWAYS 1
166165
)
167166
endif()
167+
set(NACL_VMS_PROJECTS ${NACL_VMS_PROJECTS} PARENT_SCOPE)
168168
endif()
169169
else()
170170
if (FORK EQUAL 2)

0 commit comments

Comments
 (0)