Skip to content

Commit

Permalink
Add missing ()
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Nov 28, 2023
1 parent bf49343 commit ed568c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmexclass/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ macro(MatlabConfigureVariables)
set(MATLAB_EXTERN_BIN_DIR "${Matlab_ROOT_DIR}/extern/lib/win64/microsoft")
set(MATLAB_EXTERN_LIB_DIR "${Matlab_ROOT_DIR}/extern/lib/win64")
set(SHARED_LIB_SUFFIX "${CMAKE_LINK_LIBRARY_SUFFIX}")
else
else()
set(SHARED_LIB_SUFFIX "${CMAKE_SHARED_LIBRARY_SUFFIX}")
if(APPLE)
set(PLATFORM_FOLDER "maci64")
Expand Down

0 comments on commit ed568c9

Please sign in to comment.