View Issue Details

IDProjectCategoryView StatusLast Update
0000507Gameplay + OpenGL[All Projects] Bugpublic2017-03-30 07:53
Reporterq3cpma 
Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
Summary0000507: cmake -CMAKE_BUILD_TYPE=Release failing
Description`cmake -CMAKE_BUILD_TYPE=Release .` fails with the attached error file while `cmake .` succeeds. I'm not on an exotic arch or platform (amd64, glibc, gcc 4.9.4), so this seem pretty strange to me.
Steps To Reproduce`cmake -CMAKE_BUILD_TYPE=Release .`
TagsNo tags attached.

Relationships

Activities

q3cpma

q3cpma

2017-03-30 05:15

reporter  

CMakeError.log (15,570 bytes)
_mental_

_mental_

2017-03-30 07:00

developer   ~0001185

It should be
cmake -DCMAKE_BUILD_TYPE=Release .
q3cpma

q3cpma

2017-03-30 07:27

reporter   ~0001186

Last edited: 2017-03-30 07:28

View 2 revisions

Ah, you're right. Strange that cmake doesn't react when an unknown option is used.

_mental_

_mental_

2017-03-30 07:53

developer   ~0001187

Because there is -C command line option.

Issue History

Date Modified Username Field Change
2017-03-30 05:15 q3cpma New Issue
2017-03-30 05:15 q3cpma File Added: CMakeError.log
2017-03-30 07:00 _mental_ Note Added: 0001185
2017-03-30 07:10 _mental_ Status new => feedback
2017-03-30 07:27 q3cpma Note Added: 0001186
2017-03-30 07:27 q3cpma Status feedback => new
2017-03-30 07:28 q3cpma Note Edited: 0001186 View Revisions
2017-03-30 07:53 _mental_ Status new => resolved
2017-03-30 07:53 _mental_ Resolution open => no change required
2017-03-30 07:53 _mental_ Note Added: 0001187