Skip to content

Commit

Permalink
disable UNIT_Utils_TEST on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters committed Sep 25, 2019
1 parent 9aa2dcb commit 4d6c2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ endif()

if (NOT WIN32)
set(SDF_BUILD_TESTS_EXTRA_EXE_SRCS Utils.cc)
sdf_build_tests(Utils_TEST.cc)
endif()
sdf_build_tests(Utils_TEST.cc)

sdf_build_tests(${gtest_sources})

Expand Down

0 comments on commit 4d6c2c2

Please sign in to comment.