rose-compiler / rose

Developed at Lawrence Livermore National Laboratory (LLNL), ROSE is an open source compiler infrastructure to build source-to-source program transformation and analysis tools for large-scale C (C89 and C98), C++ (C++98 and C++11), UPC, Fortran (77/95/2003), OpenMP, Java, Python and PHP applications.
http://rosecompiler.org
Other
600 stars 132 forks source link

cmake error: Objects of target "astFromString" referenced but no such target exists. #201

Open milahu opened 2 years ago

milahu commented 2 years ago

with cmake -Denable-internalFrontendDevelopment=ON (all other options are OFF)

-- Configuring done
CMake Error at src/CMakeLists.txt:188 (add_library):
  Error evaluating generator expression:

    $<TARGET_OBJECTS:astFromString>

  Objects of target "astFromString" referenced but no such target exists.

CMake Error at src/CMakeLists.txt:188 (add_library):
  Error evaluating generator expression:

    $<TARGET_OBJECTS:astFromString>

  Objects of target "astFromString" referenced but no such target exists.

CMake Error at src/CMakeLists.txt:188 (add_library):
  Error evaluating generator expression:

    $<TARGET_OBJECTS:astFromString>

  Objects of target "astFromString" referenced but no such target exists.

CMake Error at src/CMakeLists.txt:188 (add_library):
  No SOURCES given to target: ROSE_DLL

out of scope for #195