Revision: 75796
          http://sourceforge.net/p/brlcad/code/75796
Author:   starseeker
Date:     2020-05-14 12:11:48 +0000 (Thu, 14 May 2020)
Log Message:
-----------
Missed a LICENSE_LIST variable swap

Modified Paths:
--------------
    brlcad/trunk/regress/licenses/CMakeLists.txt

Modified: brlcad/trunk/regress/licenses/CMakeLists.txt
===================================================================
--- brlcad/trunk/regress/licenses/CMakeLists.txt        2020-05-14 05:32:39 UTC 
(rev 75795)
+++ brlcad/trunk/regress/licenses/CMakeLists.txt        2020-05-14 12:11:48 UTC 
(rev 75796)
@@ -28,7 +28,7 @@
           -DW_DIR="${CMAKE_CURRENT_BINARY_DIR}"
            -P "${CMAKE_CURRENT_SOURCE_DIR}/regress-licenses.cmake"
   )
-add_custom_target(regress-licenses DEPENDS ${STAMP_FILE} 
${CMAKE_BINARY_DIR}/embedded_licenses.txt)
+add_custom_target(regress-licenses DEPENDS ${STAMP_FILE} ${LICENSE_LIST})
 set_target_properties(regress-licenses PROPERTIES FOLDER "BRL-CAD Regression 
Tests")
 add_dependencies(regress regress-licenses)
 add_dependencies(check regress-licenses)

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