Skip to content
Snippets Groups Projects
Commit 9380a8de authored by Parker, Peter's avatar Parker, Peter
Browse files

Refs #22608 - Remove enable_precompiled_headers declaration from CMake.

I haven't added a PrecompiledHeader.h yet.  I'd be open to adding one in this PR if a reviewer thought it was important enough.
parent aef6db64
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,6 @@ endif(UNITY_BUILD)
include_directories ( ${OPENSSL_INCLUDE_DIR} )
add_definitions ( -DWITH_OPENSSL -DWITH_NONAMESPACES )
# Add a precompiled header where they are supported
enable_precompiled_headers( inc/MantidCatalog/PrecompiledHeader.h SRC_FILES )
# Add the target for this directory
add_library ( Catalog ${SRC_FILES} ${INC_FILES})
# Set the name of the generated library
......
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