Skip to content
Snippets Groups Projects
Commit cbb81692 authored by Lamar Moore's avatar Lamar Moore
Browse files

fix cmake issues #20436

parent 4040afb9
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,6 @@ set ( SRC_FILES
src/ThreadPool.cpp
src/ThreadPoolRunnable.cpp
src/ThreadSafeLogStream.cpp
src/TimeInterval.cpp
src/TimeSeriesProperty.cpp
src/TimeSplitter.cpp
src/Timer.cpp
......@@ -287,7 +286,6 @@ set ( INC_FILES
inc/MantidKernel/ThreadSafeLogStream.h
inc/MantidKernel/ThreadScheduler.h
inc/MantidKernel/ThreadSchedulerMutexes.h
inc/MantidKernel/TimeInterval.h
inc/MantidKernel/TimeSeriesProperty.h
inc/MantidKernel/TimeSplitter.h
inc/MantidKernel/Timer.h
......
......@@ -31,7 +31,7 @@ set_target_properties ( Types PROPERTIES OUTPUT_NAME MantidTypes
set_property ( TARGET Types PROPERTY FOLDER "MantidFramework" )
target_link_libraries(Types LINK_PUBLIC ${Boost_LIBRARIES})
target_include_directories(Types PUBLIC $<BUILD_INTERFACE:${CMAKE_BINARY_DIR}/Framework/Types>)
target_include_directories(Types PUBLIC ${CMAKE_BINARY_DIR}/Framework/Types)
#Auto-generate exports header
generate_mantid_export_header(Types)
# Add the unit tests directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment