Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA wrote: > I am pretty new to CMake. Is there a way to specify a > default build dir in CMakeLists.txt?
The build directory is always a user selection. There can be more than one build tree per source tree so trying to turn an in-source invocation into an out-of-source build does not make sense. -Brad _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
