Skip to content

Commit

Permalink
Make sure to properly configure CTestCustom.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed May 31, 2023
1 parent f16e54e commit 216a000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ if (TARGET write_sio)
endif()

# Customize CTest to potentially disable some of the tests with known problems
configure_file(CTestCustom.cmake ${CMAKE_BINARY_DIR}/CTestCustom.cmake)
configure_file(CTestCustom.cmake ${CMAKE_BINARY_DIR}/CTestCustom.cmake @ONLY)

find_package(Threads REQUIRED)
add_executable(unittest unittest.cpp frame.cpp)
Expand Down

0 comments on commit 216a000

Please sign in to comment.