Skip to content

Commit e83ade2

Browse files
committed
Update CMakeLists.txt
1 parent 766446b commit e83ade2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ set(XEUS_CPP_SRC
182182

183183
if(NOT EMSCRIPTEN)
184184
list(APPEND XEUS_CPP_SRC
185-
src/xmagics/xassist.hpp
185+
#src/xmagics/xassist.hpp
186186
src/xmagics/xassist.cpp
187-
src/xmagics/os.hpp
187+
#src/xmagics/os.hpp
188188
src/xmagics/os.cpp
189189
)
190190
endif()

0 commit comments

Comments
 (0)