Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 56889cc

Browse files
committed
Fixup to make the CI work better while finalising hackathon changes.
1 parent 57f7724 commit 56889cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coreneuron/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ set_target_properties(
303303
# create special-core with halfgap.mod for tests
304304
# =============================================================================
305305
set(all_output_binaries)
306-
if(NOT ${CORENRN_EXTERNAL_BENCHMARK_DATA} STREQUAL "")
306+
if(EXISTS "${CORENRN_EXTERNAL_BENCHMARK_DATA}")
307307
# Hack for the december 2021 hackathon, build an extra special-core with channel-benchmark
308308
# mechanisms.
309309
set(modfile_directory

0 commit comments

Comments
 (0)