Skip to content

Commit

Permalink
cmake doesn't use commas to separate arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
swatanabe committed May 6, 2024
1 parent 5c94053 commit f300d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ option(ENABLE_SSL "Build psinode with TLS support" ON)

add_subdirectory(native)
add_subdirectory(rust)
file(APPEND ${CMAKE_BINARY_DIR}/CTestTestfile.cmake "subdirs(\"native\", \"rust\")\n")
file(APPEND ${CMAKE_BINARY_DIR}/CTestTestfile.cmake "subdirs(\"native\" \"rust\")\n")

option(BUILD_DEBUG_WASM "Build debug wasms" OFF)

Expand Down

0 comments on commit f300d50

Please sign in to comment.