Skip to content

Commit 2dfff7a

Browse files
committed
Fix typo
1 parent e31bd78 commit 2dfff7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)