Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions source/cep/cep3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,10 @@ The command for generating |cyclus| specific nuclear data is as follows:

Once the file is generated it must be put onto rackspace.

**Update Gtest:** We include a copy of the fused Gtest source code within our
source tree located in the ``tests/GoogleTest`` directory. To keep up with
Gtest's natural evolution cycle, please download the latest release of Google Tests
and follow `the fused source directions here`_. If we go too long without doing this,
it could be very painful to update.
**Update GTest:** We fetch the GTest source code during our CMake build. To keep up with
GTest's natural evolution cycle, please reference the latest release of Google Tests in the
``FetchContent_Declare()`` command near the top of ``tests/CMakeLists.txt``.
If we go too long without doing this, it could be very painful to update.

Cycamore
--------
Expand All @@ -366,4 +365,3 @@ This document is released under the CC-BY 3.0 license.
.. _Rickshaw: https://github.com/ergs/rickshaw
.. _CyclusJS: https://github.com/cyclus/cyclist2
.. _release: https://github.com/cyclus/release
.. _the fused source directions here: https://code.google.com/p/googletest/wiki/V1_6_AdvancedGuide#Fusing_Google_Test_Source_Files