Skip to content

Commit

Permalink
Fixed CMAKE file for macos 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Dec 4, 2024
1 parent 896e693 commit 12b6021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ add_executable(dataframe_tester_4 dataframe_tester_4.cc)
# if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
if(IOS)
set_tests_properties(dataframe_tester_4 PROPERTIES DISABLED TRUE)
elseif( (!!!) OSX|MAC|MACOSX )
elseif(OSX|MAC|MACOSX)
set_tests_properties(dataframe_tester_4 PROPERTIES DISABLED TRUE)
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
set_tests_properties(dataframe_tester_4 PROPERTIES DISABLED TRUE)
Expand Down

0 comments on commit 12b6021

Please sign in to comment.