Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxfan committed May 3, 2016
1 parent 2b332c6 commit 17aa693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/scotch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()
if (APPLE)
set(SCOTCH_MAKE Makefile.inc.i686_mac_darwin10)
set(SCOTCH_CFLAGS "-Drestrict=__restrict -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DCOMMON_TIMING_OLD -DSCOTCH_PTHREAD -DSCOTCH_RENAME -DCOMMON_PTHREAD_BARRIER -I${ZLIB_INCLUDE_DIR}")
set(SCOTCH_LDFLAGS "-Wl,-rpath,${CMAKE_INSTALL_PREFIX}/lib ${ZLIB_LIBRARIES} -lz -lm -lpthread")
set(SCOTCH_LDFLAGS "-Wl,-rpath,${CMAKE_INSTALL_PREFIX}/lib ${ZLIB_LIBRARIES} -lm -lpthread")
else ()
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
set(SCOTCH_MAKE Makefile.inc.x86-64_pc_linux2)
Expand Down

0 comments on commit 17aa693

Please sign in to comment.