Skip to content

Commit 7c1a004

Browse files
authored
Avoid using system paths for Random123 since it's needed to be in specific subdir (BlueBrain/CoreNeuron#454)
Removed CI hacks for finding the proper Random123 CoreNEURON Repo SHA: BlueBrain/CoreNeuron@2cd992e
1 parent 87a9f21 commit 7c1a004

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/coreneuron/AddRandom123Submodule.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ find_package(FindPkgConfig QUIET)
1010
find_path(
1111
Random123_PROJ
1212
NAMES LICENSE
13-
PATHS "${CORENEURON_PROJECT_SOURCE_DIR}/external/Random123")
13+
PATHS "${CORENEURON_PROJECT_SOURCE_DIR}/external/Random123"
14+
NO_SYSTEM_ENVIRONMENT_PATH)
1415

1516
find_package_handle_standard_args(Random123 REQUIRED_VARS Random123_PROJ)
1617

0 commit comments

Comments
 (0)