Blob Blame History Raw
From 071bfcda0a300ff623b07590764f019737d3dd87 Mon Sep 17 00:00:00 2001
From: "Ankur Sinha (Ankur Sinha Gmail)" <sanjay.ankur@gmail.com>
Date: Tue, 14 Feb 2023 10:57:08 +0000
Subject: [PATCH 01/11] Unbundle Random123

---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 54eb5840f..bf9cf7c5b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -241,7 +241,6 @@ if(NOT EXISTS "${CODING_CONV_CMAKE}/3rdparty.cmake")
   nrn_initialize_submodule(external/coding-conventions)
 endif()
 include("${CODING_CONV_CMAKE}/3rdparty.cmake")
-cpp_cc_git_submodule(Random123)
 
 # =============================================================================
 # Enable sanitizer support if the NRN_SANITIZERS variable is set
-- 
2.39.1