Qucs / ADMS

ADMS is a code generator for the Verilog-AMS language
GNU General Public License v3.0
94 stars 31 forks source link

Cmake error #87

Closed tejasveebisen closed 4 years ago

tejasveebisen commented 5 years ago

C:\build>cmake .. -DCMAKE_BUILD_TYPE=Release -- Configuring done CMake Error at /CMakeLists.txt:19 (add_library): Cannot find source file:

VerifyFortran.f

Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx

CMake Error at /CMakeLists.txt:20 (add_executable): Cannot find source file:

main.c

Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx

CMake Error at /CMakeLists.txt:19 (add_library): No SOURCES given to target: VerifyFortran

CMake Error at /CMakeLists.txt:20 (add_executable): No SOURCES given to target: VerifyFortranC

CMake Generate step failed. Build files cannot be regenerated correctly.

felix-salfelder commented 4 years ago

cant reproduce. neither with nor without -DCMAKE_BUILD_TYPE=Release. please reopen (with more information) if the problem reappears.