We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81473c commit 0e8f1a5Copy full SHA for 0e8f1a5
1 file changed
cmake/phasar_macros.cmake
@@ -17,7 +17,7 @@ function(add_phasar_unittest test_name)
17
phasar_mono
18
phasar_db
19
phasar_experimental
20
- phasar_clang
+ # phasar_clang
21
phasar_passes
22
# FIXME: cmake variable ${PHASAR_PLUGINS_LIB} is empty although it should contain phasar_plugins
23
phasar_plugins
@@ -28,7 +28,7 @@ function(add_phasar_unittest test_name)
28
${Boost_LIBRARIES}
29
${CMAKE_DL_LIBS}
30
${CMAKE_THREAD_LIBS_INIT}
31
- ${CLANG_LIBRARIES}
+ # ${CLANG_LIBRARIES}
32
${llvm_libs}
33
curl
34
gtest
0 commit comments