We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb0ee7 commit d00adcbCopy full SHA for d00adcb
report/CMakeLists.txt
@@ -27,13 +27,32 @@ cpmaddpackage(
27
GIT_TAG main
28
)
29
30
+# upstream set INSTALL_NAME_DIR wrong !
31
+if (APPLE)
32
+ set_target_properties(
33
+ systemc
34
+ PROPERTIES
35
+ INSTALL_NAME_DIR "@rpath"
36
+ )
37
+endif()
38
+
39
cpmaddpackage(
40
NAME SystemCCCI
41
GIT_REPOSITORY ${GITHUB}accellera-official/cci.git
42
GIT_SHALLOW True
43
44
45
46
47
48
49
+ cci
50
51
52
53
54
55
56
set(WITH_FMT "true" CACHE STRING "Include FMT library")
57
if (WITH_FMT)
58
0 commit comments