Talk:Building using CMake: Difference between revisions

Jump to navigation Jump to search
cmake option-source order altered
No edit summary
(cmake option-source order altered)
 
(One intermediate revision by one other user not shown)
Line 12: Line 12:
* FlightGear/cmake.txt:
* FlightGear/cmake.txt:
  cmake -D CMAKE_BUILD_TYPE:STRING="Release" -D CMAKE_CXX_FLAGS_RELEASE:STRING="-O3 -g -pipe  -march=native -mtune=native -mfpmath=sse -Wall"\
  cmake -D CMAKE_BUILD_TYPE:STRING="Release" -D CMAKE_CXX_FLAGS_RELEASE:STRING="-O3 -g -pipe  -march=native -mtune=native -mfpmath=sse -Wall"\
  -D CMAKE_C_FLAGS_RELEASE:STRING="-O3 -g -pipe -march=native -mtune=native -mfpmath=sse -Wall" -D CMAKE_INSTALL_PREFIX:PATH="$HOME/FlightGear/fg.git" $1
  -D CMAKE_C_FLAGS_RELEASE:STRING="-O3 -g -pipe -march=native -mtune=native -mfpmath=sse -Wall" -D CMAKE_INSTALL_PREFIX:PATH="$HOME/FlightGear/fg.git" -D FG_DATA_DIR="/some/path/" $1


Apparently, -D FG_DATA_DIR="/some/path/" will set the default FG_ROOT
 
 
Changed the order of cmake's source path and option as suggested by [http://linux.die.net/man/1/cmake <code>man cmake</code>]. This is to prevent makeing new users of cmake confused. It also has the advantage that options like "-D CMAKE_SOME_OPTION=something" (instead of "-DCMAKE_...") do work. If you don't like that change, just undo it, thanks.
[[User:Flughund|Flughund]] 11:54, 21 August 2012 (EDT)
392

edits

Navigation menu