Revision: 77878
          http://sourceforge.net/p/brlcad/code/77878
Author:   starseeker
Date:     2020-12-02 20:56:04 +0000 (Wed, 02 Dec 2020)
Log Message:
-----------
copy paste errors

Modified Paths:
--------------
    brlcad/branches/extbuild/src/other/ext/stepcode/cmake/SC_Build_opts.cmake

Modified: 
brlcad/branches/extbuild/src/other/ext/stepcode/cmake/SC_Build_opts.cmake
===================================================================
--- brlcad/branches/extbuild/src/other/ext/stepcode/cmake/SC_Build_opts.cmake   
2020-12-02 19:57:01 UTC (rev 77877)
+++ brlcad/branches/extbuild/src/other/ext/stepcode/cmake/SC_Build_opts.cmake   
2020-12-02 20:56:04 UTC (rev 77878)
@@ -123,13 +123,13 @@
 # 
http://www.cmake.org/cmake/help/cmake-2-8-docs.html#variable:CMAKE_INSTALL_NAME_DIR
 if(NOT DEFINED CMAKE_INSTALL_NAME_DIR)
   set(CMAKE_INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib")
-endif(NOT DEFINED )
+endif()
 
 # add the automatically determined parts of the RPATH which point to
 # directories outside the build tree to the install RPATH
 if(NOT DEFINED CMAKE_INSTALL_RPATH_USE_LINK_PATH)
   set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
-endif(NOT DEFINED )
+endif()
 
 # When this is a subbuild, assume that the parent project controls all of the 
following
 
#======================================================================================

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to