Skip to content

Commit

Permalink
Merge pull request #697 from gofractally/ctest-warning
Browse files Browse the repository at this point in the history
Fix ctest warning
  • Loading branch information
swatanabe authored May 7, 2024
2 parents 79526a0 + f300d50 commit 03347fe
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 03347fe

Please sign in to comment.