Skip to content

Commit b24fff3

Browse files
Fix typo (#667)
1 parent e31bd78 commit b24fff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ macro(xpyt_create_target target_name src headers linkage output_name)
310310
$<INSTALL_INTERFACE:include>)
311311

312312
if (EMSCRIPTEN)
313-
set(XPY_XEUS_TARGET xeus)
313+
set(XPYT_XEUS_TARGET xeus)
314314
elseif (XPYT_USE_SHARED_XEUS)
315315
set(XPYT_XEUS_TARGET xeus-zmq)
316316
else ()

0 commit comments

Comments
 (0)