[Kstars-devel] KDE/kdeedu/kstars/kstars/indi

Jasem Mutlaq mutlaqja at ikarustech.com
Wed Dec 5 18:58:19 CET 2007


SVN commit 745194 by mutlaqja:

libnova wasn't linked due to a stupid copy/paste mistake! I was focusing my attention on a
completely different problem, and it turned out to be a one liner.
Sorry about the error, but I guess this is it.

CCMAIL:kstars-devel at kde.org


 M  +1 -1      CMakeLists.txt  


--- trunk/KDE/kdeedu/kstars/kstars/indi/CMakeLists.txt #745193:745194
@@ -233,7 +233,7 @@
 target_link_libraries(indi_celestron_gps ${KDE4_KDECORE_LIBS} m )
 
 if (NOVA_FOUND)
-  target_link_libraries(indi_lx200basic ${NOVA_LIBRARIES})
+  target_link_libraries(indi_celestron_gps ${NOVA_LIBRARIES})
 endif (NOVA_FOUND)
 
 install(TARGETS indi_celestron_gps DESTINATION ${BIN_INSTALL_DIR} )


More information about the Kstars-devel mailing list