<br><font size=2 face="sans-serif">Hi,</font>
<br>
<br><font size=2 face="sans-serif">I have a somewhat strange problem when
linking with static libraries. I have an executable that</font>
<br><font size=2 face="sans-serif">links to a static library. If I modify
only a source (cpp) file of the static lib, the lib is rebuilt and</font>
<br><font size=2 face="sans-serif">reinstalled but the executable is not
relinked to the static lib (so changes are not reflected in the</font>
<br><font size=2 face="sans-serif">executable...).</font>
<br>
<br><font size=2 face="sans-serif">Is there a special way to specify dependence
to a static lib or putting static lib in the</font>
<br><font size=2 face="sans-serif">TARGET_LINK_LIBRARIES command of executable's
CMake file suffices?</font>
<br>
<br><font size=2 face="sans-serif">Cheers,</font>
<br><font size=2 face="sans-serif">Jean.</font>