Revision: 55970
          http://sourceforge.net/p/brlcad/code/55970
Author:   starseeker
Date:     2013-07-08 14:16:00 +0000 (Mon, 08 Jul 2013)
Log Message:
-----------
Tell the step conversion code to look in the new location.

Modified Paths:
--------------
    brlcad/trunk/src/conv/step/CMakeLists.txt

Modified: brlcad/trunk/src/conv/step/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/conv/step/CMakeLists.txt   2013-07-08 14:12:40 UTC (rev 
55969)
+++ brlcad/trunk/src/conv/step/CMakeLists.txt   2013-07-08 14:16:00 UTC (rev 
55970)
@@ -17,19 +17,19 @@
 include_directories(
   ${CMAKE_CURRENT_BINARY_DIR}
   ${CMAKE_CURRENT_SOURCE_DIR}
-  ${BRLCAD_SOURCE_DIR}/src/other/step/include
-  ${BRLCAD_SOURCE_DIR}/src/other/step/src/base
-  ${BRLCAD_SOURCE_DIR}/src/other/step/src/clstepcore
-  ${BRLCAD_SOURCE_DIR}/src/other/step/src/cleditor
-  ${BRLCAD_SOURCE_DIR}/src/other/step/src/clutils
-  ${BRLCAD_SOURCE_DIR}/src/other/step/src/cldai
-  ${BRLCAD_SOURCE_DIR}/src/other/step/src/test
-  ${CMAKE_BINARY_DIR}/src/other/step/include
+  ${BRLCAD_SOURCE_DIR}/src/other/stepcode/include
+  ${BRLCAD_SOURCE_DIR}/src/other/stepcode/src/base
+  ${BRLCAD_SOURCE_DIR}/src/other/stepcode/src/clstepcore
+  ${BRLCAD_SOURCE_DIR}/src/other/stepcode/src/cleditor
+  ${BRLCAD_SOURCE_DIR}/src/other/stepcode/src/clutils
+  ${BRLCAD_SOURCE_DIR}/src/other/stepcode/src/cldai
+  ${BRLCAD_SOURCE_DIR}/src/other/stepcode/src/test
+  ${CMAKE_BINARY_DIR}/src/other/stepcode/include
   ${TNT_INCLUDE_DIR}
   ${BRLCAD_SOURCE_DIR}/src/libbrep #Temporary until headers reworked
   )
 
-set(SCHEMA_FILE ${BRLCAD_SOURCE_DIR}/src/other/step/data/ap203/ap203.exp)
+set(SCHEMA_FILE ${BRLCAD_SOURCE_DIR}/src/other/stepcode/data/ap203/ap203.exp)
 
 # read the schema name from a line like 'SCHEMA AUTOMOTIVE_DESIGN;'
 file(STRINGS ${SCHEMA_FILE} SCHEMA_STATEMENT LIMIT_COUNT 1 REGEX "SCHEMA .*")

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


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to