Skip to content
Snippets Groups Projects
Commit 8dfa8aa2 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix broken cmake

parent 75b87cc0
No related branches found
No related tags found
No related merge requests found
......@@ -305,10 +305,9 @@ add_dependencies(llcommon stage_third_party_libs)
if(${CMAKE_VERSION} VERSION_GREATER "3.15.0")
target_precompile_headers(llcommon
PUBLIC
PRIVATE
linden_common.h
llwin32headerslean.h
PRIVATE
<algorithm>
<atomic>
<functional>
......
......@@ -104,10 +104,9 @@ target_link_libraries(
if(${CMAKE_VERSION} VERSION_GREATER "3.15.0")
target_precompile_headers(llcorehttp
PUBLIC
PRIVATE
[["linden_common.h"]]
[["llsd.h"]]
PRIVATE
<boost/intrusive_ptr.hpp>
<boost/shared_ptr.hpp>
<boost/make_shared.hpp>
......
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