Skip to content

Commit

Permalink
Fixed windows build error.
Browse files Browse the repository at this point in the history
Giho Jang committed May 5, 2022
1 parent 686f93f commit 6012131
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -127,9 +127,8 @@ install(FILES
DESTINATION ${SOEM_INCLUDE_INSTALL_DIR})

if(BUILD_TESTS)
add_subdirectory(test/simple_ng)

if(UNIX AND NOT APPLE)
add_subdirectory(test/simple_ng)
add_subdirectory(test/${OS}/slaveinfo)
add_subdirectory(test/${OS}/eepromtool)
add_subdirectory(test/${OS}/simple_test)

0 comments on commit 6012131

Please sign in to comment.