RT

解决方案

cmake .. -DCMAKE_CXX_COMPILER=/usr/bin/c++ -DCMAKE_C_COMPILER=/usr/bin/gcc

另一个解决方案

也可以通过在CMakeLists.txt里面定义变量,类似

set(MOSEK_LIBRARIES /home/ling/mosek/9.2/tools/platform/linux64x86/bin)
set(MOSEK_INCLUDE_DIR /home/ling/mosek/9.2/tools/platform/linux64x86/h)

相关文章:

  • 2021-08-27
  • 2022-01-04
  • 2021-08-09
  • 2022-12-23
  • 2021-06-22
  • 2022-12-23
  • 2021-08-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-13
  • 2021-06-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案