Skip to content

Commit

Permalink
ticalcs: cmake: disable test_ticalcs_2 on windows temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb committed Jun 7, 2024
1 parent ec1aa0e commit 4b507d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libticalcs/trunk/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ project(libticalcs2-tests
LANGUAGES CXX)

add_executable(torture_ticalcs torture_ticalcs.cc)
if(NOT WIN32) # not compatible for now
add_executable(test_ticalcs_2 test_ticalcs_2.cc)
endif()

if(WIN32)
pkg_check_modules(DEPS REQUIRED glib-2.0 libarchive)
Expand Down

0 comments on commit 4b507d4

Please sign in to comment.