Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusNi committed Dec 5, 2024
1 parent 05f5b8b commit 013e834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ add_executable(commontests
CommonUtilsUT.cpp
)

if (CMAKE_C_COMPILER_VERSION VERSION_GREATER "4.9")
if (CMAKE_C_COMPILER_ID STREQUAL "GNU" AND CMAKE_C_COMPILER_VERSION VERSION_GREATER "4.9")
target_sources(commontests PRIVATE
SshUtilsUT.cpp
Helper.c
Expand Down

0 comments on commit 013e834

Please sign in to comment.