Skip to content

Commit

Permalink
removed commented out links
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart23 committed Jun 15, 2017
1 parent 54397ae commit 7aceaef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ add_executable( ${EXE_NAME} ${SOURCES} )
install( TARGETS ${EXE_NAME} DESTINATION bin )

target_link_libraries( ${EXE_NAME} finiteVolume surfMesh meshTools dynamicMesh extrudeModel OpenFOAM dl m )
#target_link_libraries( ${EXE_NAME} finiteVolume surfMesh meshTools dynamicMesh extrudeModel ${CMAKE_THREAD_LIBS_INIT} )

include_directories( ${CMAKE_SOURCE_DIR}/applications/utilities/mesh/generation/extrude/extrudeMesh )
include_directories( ${CMAKE_SOURCE_DIR}/applications/utilities/mesh/generation/extrude/extrudeMesh/extrudedMesh )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ add_executable( ${EXE_NAME} ${SOURCES} )
install( TARGETS ${EXE_NAME} DESTINATION bin )

target_link_libraries( ${EXE_NAME} surfMesh finiteVolume meshTools dynamicMesh extrudeModel OpenFOAM dl m )
#target_link_libraries( ${EXE_NAME} surfMesh finiteVolume meshTools dynamicMesh extrudeModel ${CMAKE_THREAD_LIBS_INIT} )

include_directories( ${CMAKE_SOURCE_DIR}/src/OSspecific/POSIX )
include_directories( ${CMAKE_SOURCE_DIR}/src/OSspecific/POSIX/cpuTime )
Expand Down

0 comments on commit 7aceaef

Please sign in to comment.