Skip to content

Commit

Permalink
Fix incorrect if/else/endif CMake command use. Issue #146.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cattermole committed Oct 16, 2020
1 parent d477633 commit fd707d3
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 @@ -151,7 +151,7 @@ if (MSVC)
# Must add the plug-in entry/exit points otherwise
# the plug-in won't load.
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} /export:initializePlugin /export:uninitializePlugin")
else (APPLE)
elseif (APPLE)

# For MacOS with Clang (which is the supported compiler for Maya
# 2018+)
Expand Down

0 comments on commit fd707d3

Please sign in to comment.