Skip to content

Commit

Permalink
Re #9782. Temporarily adding adept to MantidAPI CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wedel committed Jul 3, 2014
1 parent eeab509 commit 05938a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Code/Mantid/Framework/API/CMakeLists.txt
Expand Up @@ -387,6 +387,8 @@ if ( WIN32 )
set ( WINSOCK ws2_32 )
endif ()

find_library(ADEPT NAMES adept)

# Add a precompiled header where they are supported
enable_precompiled_headers( inc/MantidAPI/PrecompiledHeader.h SRC_FILES )
# Add the target for this directory
Expand All @@ -397,7 +399,7 @@ set_target_properties ( API PROPERTIES OUTPUT_NAME MantidAPI
# Add to the 'Framework' group in VS
set_property ( TARGET API PROPERTY FOLDER "MantidFramework" )

target_link_libraries ( API ${MANTIDLIBS} ${WINSOCK} ${NEXUS_LIBRARIES} )
target_link_libraries ( API ${MANTIDLIBS} ${WINSOCK} ${NEXUS_LIBRARIES} adept )

# Add the unit tests directory
add_subdirectory ( test )
Expand Down

0 comments on commit 05938a8

Please sign in to comment.