Skip to content

Commit

Permalink
try windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters committed Sep 25, 2019
1 parent 95917c2 commit 9aa2dcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ if (IGNITION-TOOLS_BINARY_DIRS)
)
endif()

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

sdf_build_tests(${gtest_sources})
Expand Down

0 comments on commit 9aa2dcb

Please sign in to comment.