bugCERTI - Bugs: bug #52419, CmakeLists.txt typo mistake cause...

 
 

bug #52419: CmakeLists.txt typo mistake cause Windows Compilation error

Submitter:  JbCh <jb_ch>
Submitted:  Thu 16 Nov 2017 10:33:36 AM UTC
   
 
Category:  CERTI Severity:  * 3 - Normal
Item Group:  Compilation error Status:  Fixed
Privacy:  Public Assigned to:  jb_ch
Open/Closed:  Open Release:  * GIT-master
Reproducibility:  None Fixed Release:  * NextRelease
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 19 Dec 2017 12:12:43 PM UTC, comment #2: 

Duplicate of  #48413.
Set to Fixed

JbCh <jb_ch>
Group administrator
Mon 18 Dec 2017 04:34:16 PM UTC, comment #1: 

Hi,

This issue has been fixed on branch dev-scalian/cvannier at commit #a9233ce5

Please keep us posted if you encounter any problems on your tests.

Clément Vannier <cvannier>
Group Member
Thu 16 Nov 2017 10:33:36 AM UTC, original submission:  

I found an issue in a CmakeLists.txt file which can cause an error while compiling in Windows environment.

In file
$CERTI_SOURCE_PATH/libRTI/ieee1516-2010/CMakeLists.txt

Line 127 must be changed

FROM:

--> set_target_properties(FedTime1516e PROPERTIES LINK_FLAGS "-Wl,--output-def,${LIBRARY_OUTPUT_PATH}/libFedTime1516.def")


TO:

--> set_target_properties(FedTime1516e PROPERTIES LINK_FLAGS "-Wl,--output-def,${LIBRARY_OUTPUT_PATH}/libFedTime1516e.def")

JbCh <jb_ch>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by cvannier (Posted a comment)
  • -email is unavailable- added by jb_ch (Submitted the item)
  •  

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-12-19 jb_ch StatusReady For Test Fixed
    2017-12-18 cvannier StatusIn Progress Ready For Test
        Fixed ReleaseUnknown NextRelease

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code